Html Css Color HEX #72467C Eminence

📋 copy color: '#72467C'

red 114 ◦ green 70 ◦ blue 124

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

Shades of Eminence #72467C

Tints of Eminence #72467C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.73%

 BLUE value IS 124 (48.83% from 255) = 40.26%

R = 37.01%
G = 22.73%
B = 40.26%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72467C (or 0x72467C) is known color: Eminence. HEX triplet: 72, 46 and 7C. RGB value is (114,70,124). Sum of RGB (Red+Green+Blue) = 114+70+124=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #72467C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72467C is #8DB983. Grayscale: #595959. Windows color (decimal): -9288068 or 8144498. OLE color: 8144498.

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

Color convert

RGB 114 70 124 -
CMYK 0.08 0.44 0 0.51
HSL 288.89º 0.28% 0.38% -
HSV(B) 288.89º 0.44% 0.49% -
XYZ 12.77 9.41 20.21 -
YUV 89.31 147.58 145.61 -
System Red Green Blue C M Y K H S L
Decimal 114 70 124 0.08 0.44 0 0.51 288.89 0.28 0.38
Hex 72 46 7C 8 2C 0 33 121 1C 26
Octal 162 106 174 10 54 0 63 441 34 46
Binary 1110010 1000110 1111100 1000 101100 0 110011 100100001 11100 100110

Color Harmonies of #72467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72467C

Black with #72467C

Text Example


Text Example

White with #72467C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #72467C;
 }
 .AnyTagClassName
 {
   color: #72467C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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