Html Css Color HEX #724174 Eminence

📋 copy color: '#724174'

red 114 ◦ green 65 ◦ blue 116

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

Shades of Eminence #724174

Tints of Eminence #724174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.32%

R = 38.64%
G = 22.03%
B = 39.32%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#724174 (or 0x724174) is known color: Eminence. HEX triplet: 72, 41 and 74. RGB value is (114,65,116). Sum of RGB (Red+Green+Blue) = 114+65+116=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 116 - color contains mainly: blue. Hex color #724174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724174 is #8DBE8B. Grayscale: #555555. Windows color (decimal): -9289356 or 7618930. OLE color: 7618930.

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

Color convert

RGB 114 65 116 -
CMYK 0.02 0.44 0 0.55
HSL 297.65º 0.28% 0.35% -
HSV(B) 297.65º 0.44% 0.45% -
XYZ 11.98 8.62 17.56 -
YUV 85.47 145.23 148.35 -
System Red Green Blue C M Y K H S L
Decimal 114 65 116 0.02 0.44 0 0.55 297.65 0.28 0.35
Hex 72 41 74 2 2C 0 37 12A 1C 23
Octal 162 101 164 2 54 0 67 452 34 43
Binary 1110010 1000001 1110100 10 101100 0 110111 100101010 11100 100011

Color Harmonies of #724174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724174

Black with #724174

Text Example


Text Example

White with #724174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724174; }

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

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

background-color css

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

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

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

border-color css

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

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

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