Html Css Color HEX #724177 Eminence

📋 copy color: '#724177'

red 114 ◦ green 65 ◦ blue 119

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

Shades of Eminence #724177

Tints of Eminence #724177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.93%

R = 38.26%
G = 21.81%
B = 39.93%

CMYK

 C value IS 0.04

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#724177 (or 0x724177) is known color: Eminence. HEX triplet: 72, 41 and 77. RGB value is (114,65,119). Sum of RGB (Red+Green+Blue) = 114+65+119=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 119 (46.88% from 255 or 39.93% from 298); Max value from RGB is 119 - color contains mainly: blue. Hex color #724177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724177 is #8DBE88. Grayscale: #555555. Windows color (decimal): -9289353 or 7815538. OLE color: 7815538.

HSL color Cylindrical-coordinate representation of color #724177: hue angle of 294.44º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #724177 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 65 119 -
CMYK 0.04 0.45 0 0.53
HSL 294.44º 0.29% 0.36% -
HSV(B) 294.44º 0.45% 0.47% -
XYZ 12.16 8.69 18.49 -
YUV 85.81 146.73 148.11 -
System Red Green Blue C M Y K H S L
Decimal 114 65 119 0.04 0.45 0 0.53 294.44 0.29 0.36
Hex 72 41 77 4 2D 0 35 126 1D 24
Octal 162 101 167 4 55 0 65 446 35 44
Binary 1110010 1000001 1110111 100 101101 0 110101 100100110 11101 100100

Color Harmonies of #724177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724177

Black with #724177

Text Example


Text Example

White with #724177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724177; }

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

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

background-color css

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

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

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

border-color css

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

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

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