Html Css Color HEX #72417E Eminence

📋 copy color: '#72417E'

red 114 ◦ green 65 ◦ blue 126

#72417E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eminence #72417E

Tints of Eminence #72417E

RGB

 RED value IS 114 (44.92% from 255) = 37.38%

 GREEN value IS 65 (25.78% from 255) = 21.31%

 BLUE value IS 126 (49.61% from 255) = 41.31%

R = 37.38%
G = 21.31%
B = 41.31%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72417E (or 0x72417E) is known color: Eminence. HEX triplet: 72, 41 and 7E. RGB value is (114,65,126). Sum of RGB (Red+Green+Blue) = 114+65+126=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 126 (49.61% from 255 or 41.31% from 305); Max value from RGB is 126 - color contains mainly: blue. Hex color #72417E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72417E is #8DBE81. Grayscale: #565656. Windows color (decimal): -9289346 or 8274290. OLE color: 8274290.

HSL color Cylindrical-coordinate representation of color #72417E: hue angle of 288.2º degrees, saturation: 0.32, 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 #72417E is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 114 65 126 -
CMYK 0.10 0.48 0 0.51
HSL 288.2º 0.32% 0.37% -
HSV(B) 288.2º 0.48% 0.49% -
XYZ 12.6 8.86 20.79 -
YUV 86.61 150.23 147.54 -
System Red Green Blue C M Y K H S L
Decimal 114 65 126 0.10 0.48 0 0.51 288.2 0.32 0.37
Hex 72 41 7E A 30 0 33 120 20 25
Octal 162 101 176 12 60 0 63 440 40 45
Binary 1110010 1000001 1111110 1010 110000 0 110011 100100000 100000 100101

Color Harmonies of #72417E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72417E

Black with #72417E

Text Example


Text Example

White with #72417E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #72417E;
 }
 .AnyTagClassName
 {
   color: #72417E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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