#72417C

Color #72417C Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #72417C

Tints of Eminence #72417C

Color information

#72417C (or 0x72417C) is unknown color: approx Eminence. HEX triplet: 72, 41 and 7C. RGB value is (114,65,124). Sum of RGB (Red+Green+Blue) = 114+65+124=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 124 - color contains mainly: blue. Hex color #72417C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72417C is #8DBE83. Grayscale: #565656. Windows color (decimal): -9289348 or 8143218. OLE color: 8143218.

HSL color Cylindrical-coordinate representation of color #72417C: hue angle of 289.83º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72417C is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11465124-
CMYK0.080.4800.51
HSL289.83º31.22%37.06%-
HSV(B)289.83º47.58%48.63%-
XYZ12.478.8120.11-
YUV86.38149.23147.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.62%
GREEN value IS 65 (25.78% from 255) = 21.45%
BLUE value IS 124 (48.83% from 255) = 40.92%
R=37.62%
G=21.45%
B=40.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal114651240.080.4800.51289.8331.2237.06
Hex72417C8300331221f25
Octal16210117410600634423745
Binary1110010100000111111001000110000011001110010001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72417C; }

 p { color: rgb(114,65,124); }

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

<style>
 a { background-color: #72417C; }

 a { background-color: rgb(114,65,124); }

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

<style>
 span { border-color: #72417C; }

 span { border-color: rgb(114,65,124); }

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