#72277F

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

Shades of Eminence #72277F

Tints of Eminence #72277F

Color information

#72277F (or 0x72277F) is unknown color: approx Eminence. HEX triplet: 72, 27 and 7F. RGB value is (114,39,127). Sum of RGB (Red+Green+Blue) = 114+39+127=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 127 - color contains mainly: blue. Hex color #72277F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72277F is #8DD880. Grayscale: #474747. Windows color (decimal): -9296001 or 8333170. OLE color: 8333170.

HSL color Cylindrical-coordinate representation of color #72277F: hue angle of 291.14º degrees, saturation: 0.53, 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 #72277F is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11439127-
CMYK0.100.6900.50
HSL291.14º53.01%32.55%-
HSV(B)291.14º69.29%49.8%-
XYZ11.56.5620.74-
YUV71.46159.35158.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.71%
GREEN value IS 39 (15.62% from 255) = 13.93%
BLUE value IS 127 (50% from 255) = 45.36%
R=40.71%
G=13.93%
B=45.36%

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
Decimal114391270.100.6900.50291.1453.0132.55
Hex72277FA450321233521
Octal16247177121050624436541
Binary11100101001111111111101010001010110010100100011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72277F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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