Html Css Color HEX #724171 Eminence

📋 copy color: '#724171'

red 114 ◦ green 65 ◦ blue 113

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

Shades of Eminence #724171

Tints of Eminence #724171

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.26%

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

R = 39.04%
G = 22.26%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#724171 (or 0x724171) is known color: Eminence. HEX triplet: 72, 41 and 71. RGB value is (114,65,113). Sum of RGB (Red+Green+Blue) = 114+65+113=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 114 - color contains mainly: red. Hex color #724171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724171 is #8DBE8E. Grayscale: #545454. Windows color (decimal): -9289359 or 7422322. OLE color: 7422322.

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

Color convert

RGB 114 65 113 -
CMYK 0 0.43 0.01 0.55
HSL 301.22º 0.27% 0.35% -
HSV(B) 301.22º 0.43% 0.45% -
XYZ 11.81 8.55 16.65 -
YUV 85.12 143.73 148.6 -
System Red Green Blue C M Y K H S L
Decimal 114 65 113 0 0.43 0.01 0.55 301.22 0.27 0.35
Hex 72 41 71 0 2B 1 37 12D 1B 23
Octal 162 101 161 0 53 1 67 455 33 43
Binary 1110010 1000001 1110001 0 101011 1 110111 100101101 11011 100011

Color Harmonies of #724171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724171

Black with #724171

Text Example


Text Example

White with #724171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724171; }

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

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

background-color css

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

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

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

border-color css

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

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

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