#72287F

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

Shades of Eminence #72287F

Tints of Eminence #72287F

Color information

#72287F (or 0x72287F) is unknown color: approx Eminence. HEX triplet: 72, 28 and 7F. RGB value is (114,40,127). Sum of RGB (Red+Green+Blue) = 114+40+127=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 127 - color contains mainly: blue. Hex color #72287F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72287F is #8DD780. Grayscale: #474747. Windows color (decimal): -9295745 or 8333426. OLE color: 8333426.

HSL color Cylindrical-coordinate representation of color #72287F: hue angle of 291.03º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #72287F is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11440127-
CMYK0.100.6900.50
HSL291.03º52.1%32.75%-
HSV(B)291.03º68.5%49.8%-
XYZ11.536.6320.75-
YUV72.04159.02157.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.57%
GREEN value IS 40 (16.02% from 255) = 14.23%
BLUE value IS 127 (50% from 255) = 45.20%
R=40.57%
G=14.23%
B=45.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal114401270.100.6900.50291.0352.132.75
Hex72287FA450321233421
Octal16250177121050624436441
Binary11100101010001111111101010001010110010100100011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72287F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72287F; }

 p { color: rgb(114,40,127); }

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

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

 a { background-color: rgb(114,40,127); }

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

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

 span { border-color: rgb(114,40,127); }

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