#724273

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

Shades of Eminence #724273

Tints of Eminence #724273

Color information

#724273 (or 0x724273) is unknown color: approx Eminence. HEX triplet: 72, 42 and 73. RGB value is (114,66,115). Sum of RGB (Red+Green+Blue) = 114+66+115=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 115 - color contains mainly: blue. Hex color #724273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724273 is #8DBD8C. Grayscale: #555555. Windows color (decimal): -9289101 or 7553650. OLE color: 7553650.

HSL color Cylindrical-coordinate representation of color #724273: hue angle of 298.78º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #724273 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11466115-
CMYK0.010.4300.55
HSL298.78º27.07%35.49%-
HSV(B)298.78º42.61%45.1%-
XYZ11.988.7117.27-
YUV85.94144.4148.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.64%
GREEN value IS 66 (26.17% from 255) = 22.37%
BLUE value IS 115 (45.31% from 255) = 38.98%
R=38.64%
G=22.37%
B=38.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114661150.010.4300.55298.7827.0735.49
Hex72427312B03712b1b23
Octal1621021631530674533343
Binary1110010100001011100111101011011011110010101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724273; }

 p { color: rgb(114,66,115); }

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

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

 a { background-color: rgb(114,66,115); }

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

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

 span { border-color: rgb(114,66,115); }

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