Html Css Color HEX #724475 Eminence

📋 copy color: '#724475'

red 114 ◦ green 68 ◦ blue 117

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

Shades of Eminence #724475

Tints of Eminence #724475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.13%

R = 38.13%
G = 22.74%
B = 39.13%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#724475 (or 0x724475) is known color: Eminence. HEX triplet: 72, 44 and 75. RGB value is (114,68,117). Sum of RGB (Red+Green+Blue) = 114+68+117=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 117 - color contains mainly: blue. Hex color #724475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724475 is #8DBB8A. Grayscale: #575757. Windows color (decimal): -9288587 or 7685234. OLE color: 7685234.

HSL color Cylindrical-coordinate representation of color #724475: hue angle of 296.33º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #724475 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 68 117 -
CMYK 0.03 0.42 0 0.54
HSL 296.33º 0.26% 0.36% -
HSV(B) 296.33º 0.42% 0.46% -
XYZ 12.22 9 17.92 -
YUV 87.34 144.74 147.02 -
System Red Green Blue C M Y K H S L
Decimal 114 68 117 0.03 0.42 0 0.54 296.33 0.26 0.36
Hex 72 44 75 3 2A 0 36 128 1A 24
Octal 162 104 165 3 52 0 66 450 32 44
Binary 1110010 1000100 1110101 11 101010 0 110110 100101000 11010 100100

Color Harmonies of #724475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724475

Black with #724475

Text Example


Text Example

White with #724475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724475; }

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

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

background-color css

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

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

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

border-color css

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

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

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