Html Css Color HEX #724072 Eminence

📋 copy color: '#724072'

red 114 ◦ green 64 ◦ blue 114

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

Shades of Eminence #724072

Tints of Eminence #724072

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.92%

 BLUE value IS 114 (44.92% from 255) = 39.04%

R = 39.04%
G = 21.92%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#724072 (or 0x724072) is known color: Eminence. HEX triplet: 72, 40 and 72. RGB value is (114,64,114). Sum of RGB (Red+Green+Blue) = 114+64+114=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #724072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724072 is #8DBF8D. Grayscale: #545454. Windows color (decimal): -9289614 or 7487602. OLE color: 7487602.

HSL color Cylindrical-coordinate representation of color #724072: hue angle of 300º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #724072 is Cyan = 0, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 64 114 -
CMYK 0 0.44 0 0.55
HSL 300º 0.28% 0.35% -
HSV(B) 300º 0.44% 0.45% -
XYZ 11.81 8.46 16.93 -
YUV 84.65 144.57 148.93 -
System Red Green Blue C M Y K H S L
Decimal 114 64 114 0 0.44 0 0.55 300 0.28 0.35
Hex 72 40 72 0 2C 0 37 12C 1C 23
Octal 162 100 162 0 54 0 67 454 34 43
Binary 1110010 1000000 1110010 0 101100 0 110111 100101100 11100 100011

Color Harmonies of #724072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724072

Black with #724072

Text Example


Text Example

White with #724072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724072; }

 p { color: rgb(114,64,114); }

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

background-color css

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

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

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

border-color css

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

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

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