#741E72

Color #741E72 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #741E72

Tints of Dark Purple #741E72

Color information

#741E72 (or 0x741E72) is unknown color: approx Dark Purple. HEX triplet: 74, 1E and 72. RGB value is (116,30,114). Sum of RGB (Red+Green+Blue) = 116+30+114=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #741E72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741E72 is #8BE18D. Grayscale: #414141. Windows color (decimal): -9167246 or 7478900. OLE color: 7478900.

HSL color Cylindrical-coordinate representation of color #741E72: hue angle of 301.4º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #741E72 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11630114-
CMYK00.740.020.55
HSL301.4º58.9%28.63%-
HSV(B)301.4º74.14%45.49%-
XYZ10.75.8616.49-
YUV65.29155.49164.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 44.62%
GREEN value IS 30 (12.11% from 255) = 11.54%
BLUE value IS 114 (44.92% from 255) = 43.85%
R=44.62%
G=11.54%
B=43.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163011400.740.020.55301.458.928.63
Hex741E7204A23712d3b1d
Octal1643616201122674557335
Binary1110100111101110010010010101011011110010110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741E72; }

 p { color: rgb(116,30,114); }

 H1.HeaderClassName
 {
   color: #741E72;
 }
 .AnyTagClassName
 {
   color: #741E72;
 }
</style>
background-color css

<style>
 a { background-color: #741E72; }

 a { background-color: rgb(116,30,114); }

 div.DivClassName
 {
   background-color: #741E72;
 }
 .BgClassName
 {
   background-color: #741E72;
 }
</style>
border-color css

<style>
 span { border-color: #741E72; }

 span { border-color: rgb(116,30,114); }

 td.TdClassName
 {
   border-color: #741E72;
 }
 .TagClassName
 {
   border-color: #741E72;
 }
</style>