Html Css Color HEX #724771 Eminence

📋 copy color: '#724771'

red 114 ◦ green 71 ◦ blue 113

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

Shades of Eminence #724771

Tints of Eminence #724771

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.83%

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

R = 38.26%
G = 23.83%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#724771 (or 0x724771) is known color: Eminence. HEX triplet: 72, 47 and 71. RGB value is (114,71,113). Sum of RGB (Red+Green+Blue) = 114+71+113=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 114 - color contains mainly: red. Hex color #724771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724771 is #8DB88E. Grayscale: #585858. Windows color (decimal): -9287823 or 7423858. OLE color: 7423858.

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

Color convert

RGB 114 71 113 -
CMYK 0 0.38 0.01 0.55
HSL 301.4º 0.23% 0.36% -
HSV(B) 301.4º 0.38% 0.45% -
XYZ 12.17 9.28 16.77 -
YUV 88.65 141.75 146.08 -
System Red Green Blue C M Y K H S L
Decimal 114 71 113 0 0.38 0.01 0.55 301.4 0.23 0.36
Hex 72 47 71 0 26 1 37 12D 17 24
Octal 162 107 161 0 46 1 67 455 27 44
Binary 1110010 1000111 1110001 0 100110 1 110111 100101101 10111 100100

Color Harmonies of #724771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724771

Black with #724771

Text Example


Text Example

White with #724771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724771; }

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

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

background-color css

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

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

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

border-color css

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

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

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