Html Css Color HEX #724878 Eminence

📋 copy color: '#724878'

red 114 ◦ green 72 ◦ blue 120

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

Shades of Eminence #724878

Tints of Eminence #724878

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.53%

 BLUE value IS 120 (47.27% from 255) = 39.22%

R = 37.25%
G = 23.53%
B = 39.22%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#724878 (or 0x724878) is known color: Eminence. HEX triplet: 72, 48 and 78. RGB value is (114,72,120). Sum of RGB (Red+Green+Blue) = 114+72+120=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 120 - color contains mainly: blue. Hex color #724878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724878 is #8DB787. Grayscale: #595959. Windows color (decimal): -9287560 or 7882866. OLE color: 7882866.

HSL color Cylindrical-coordinate representation of color #724878: hue angle of 292.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #724878 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 72 120 -
CMYK 0.05 0.40 0 0.53
HSL 292.5º 0.25% 0.38% -
HSV(B) 292.5º 0.4% 0.47% -
XYZ 12.65 9.57 18.95 -
YUV 90.03 144.91 145.1 -
System Red Green Blue C M Y K H S L
Decimal 114 72 120 0.05 0.40 0 0.53 292.5 0.25 0.38
Hex 72 48 78 5 28 0 35 124 19 26
Octal 162 110 170 5 50 0 65 444 31 46
Binary 1110010 1001000 1111000 101 101000 0 110101 100100100 11001 100110

Color Harmonies of #724878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724878

Black with #724878

Text Example


Text Example

White with #724878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724878; }

 p { color: rgb(114,72,120); }

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

background-color css

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

 a { background-color: rgb(114,72,120); }

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

border-color css

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

 span { border-color: rgb(114,72,120); }

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