Html Css Color HEX #724069 Eminence

📋 copy color: '#724069'

red 114 ◦ green 64 ◦ blue 105

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

Shades of Eminence #724069

Tints of Eminence #724069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.1%

R = 40.28%
G = 22.61%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#724069 (or 0x724069) is known color: Eminence. HEX triplet: 72, 40 and 69. RGB value is (114,64,105). Sum of RGB (Red+Green+Blue) = 114+64+105=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 114 - color contains mainly: red. Hex color #724069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724069 is #8DBF96. Grayscale: #535353. Windows color (decimal): -9289623 or 6897778. OLE color: 6897778.

HSL color Cylindrical-coordinate representation of color #724069: hue angle of 310.8º 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 #724069 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 64 105 -
CMYK 0 0.44 0.08 0.55
HSL 310.8º 0.28% 0.35% -
HSV(B) 310.8º 0.44% 0.45% -
XYZ 11.32 8.26 14.36 -
YUV 83.62 140.07 149.67 -
System Red Green Blue C M Y K H S L
Decimal 114 64 105 0 0.44 0.08 0.55 310.8 0.28 0.35
Hex 72 40 69 0 2C 8 37 137 1C 23
Octal 162 100 151 0 54 10 67 467 34 43
Binary 1110010 1000000 1101001 0 101100 1000 110111 100110111 11100 100011

Color Harmonies of #724069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724069

Black with #724069

Text Example


Text Example

White with #724069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724069; }

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

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

background-color css

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

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

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

border-color css

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

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

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