#724478

Color #724478 Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #724478

Tints of Eminence #724478

Color information

#724478 (or 0x724478) is unknown color: approx Eminence. HEX triplet: 72, 44 and 78. RGB value is (114,68,120). Sum of RGB (Red+Green+Blue) = 114+68+120=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 120 - color contains mainly: blue. Hex color #724478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724478 is #8DBB87. Grayscale: #575757. Windows color (decimal): -9288584 or 7881842. OLE color: 7881842.

HSL color Cylindrical-coordinate representation of color #724478: hue angle of 293.08º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #724478 is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11468120-
CMYK0.050.4300.53
HSL293.08º27.66%36.86%-
HSV(B)293.08º43.33%47.06%-
XYZ12.49.0718.87-
YUV87.68146.24146.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.75%
GREEN value IS 68 (26.95% from 255) = 22.52%
BLUE value IS 120 (47.27% from 255) = 39.74%
R=37.75%
G=22.52%
B=39.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114681200.050.4300.53293.0827.6636.86
Hex72447852B0351251c25
Octal1621041705530654453445
Binary111001010001001111000101101011011010110010010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724478; }

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

 H1.HeaderClassName
 {
   color: #724478;
 }
 .AnyTagClassName
 {
   color: #724478;
 }
</style>
background-color css

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

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

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

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

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

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