#724075

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

Shades of Eminence #724075

Tints of Eminence #724075

Color information

#724075 (or 0x724075) is unknown color: approx Eminence. HEX triplet: 72, 40 and 75. RGB value is (114,64,117). Sum of RGB (Red+Green+Blue) = 114+64+117=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 117 - color contains mainly: blue. Hex color #724075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724075 is #8DBF8A. Grayscale: #545454. Windows color (decimal): -9289611 or 7684210. OLE color: 7684210.

HSL color Cylindrical-coordinate representation of color #724075: hue angle of 296.6º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #724075 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11464117-
CMYK0.030.4500.54
HSL296.6º29.28%35.49%-
HSV(B)296.6º45.3%45.88%-
XYZ11.988.5317.84-
YUV84.99146.06148.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.64%
GREEN value IS 64 (25.39% from 255) = 21.69%
BLUE value IS 117 (46.09% from 255) = 39.66%
R=38.64%
G=21.69%
B=39.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114641170.030.4500.54296.629.2835.49
Hex72407532D0361291d23
Octal1621001653550664513543
Binary11100101000000111010111101101011011010010100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724075; }

 p { color: rgb(114,64,117); }

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

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

 a { background-color: rgb(114,64,117); }

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

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

 span { border-color: rgb(114,64,117); }

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