Html Css Color HEX #724471 Eminence

📋 copy color: '#724471'

red 114 ◦ green 68 ◦ blue 113

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

Shades of Eminence #724471

Tints of Eminence #724471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.05%

 BLUE value IS 113 (44.53% from 255) = 38.31%

R = 38.64%
G = 23.05%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#724471 (or 0x724471) is known color: Eminence. HEX triplet: 72, 44 and 71. RGB value is (114,68,113). Sum of RGB (Red+Green+Blue) = 114+68+113=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 114 - color contains mainly: red. Hex color #724471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724471 is #8DBB8E. Grayscale: #565656. Windows color (decimal): -9288591 or 7423090. OLE color: 7423090.

HSL color Cylindrical-coordinate representation of color #724471: hue angle of 301.3º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #724471 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 68 113 -
CMYK 0 0.40 0.01 0.55
HSL 301.3º 0.25% 0.36% -
HSV(B) 301.3º 0.4% 0.45% -
XYZ 11.99 8.9 16.71 -
YUV 86.88 142.74 147.34 -
System Red Green Blue C M Y K H S L
Decimal 114 68 113 0 0.40 0.01 0.55 301.3 0.25 0.36
Hex 72 44 71 0 28 1 37 12D 19 24
Octal 162 104 161 0 50 1 67 455 31 44
Binary 1110010 1000100 1110001 0 101000 1 110111 100101101 11001 100100

Color Harmonies of #724471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724471

Black with #724471

Text Example


Text Example

White with #724471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724471; }

 p { color: rgb(114,68,113); }

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

background-color css

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

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

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

border-color css

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

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

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