#72257F

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

Shades of Eminence #72257F

Tints of Eminence #72257F

Color information

#72257F (or 0x72257F) is unknown color: approx Eminence. HEX triplet: 72, 25 and 7F. RGB value is (114,37,127). Sum of RGB (Red+Green+Blue) = 114+37+127=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 127 - color contains mainly: blue. Hex color #72257F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72257F is #8DDA80. Grayscale: #464646. Windows color (decimal): -9296513 or 8332658. OLE color: 8332658.

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

Color convert

RGB11437127-
CMYK0.100.7100.50
HSL291.33º54.88%32.16%-
HSV(B)291.33º70.87%49.8%-
XYZ11.436.4320.72-
YUV70.28160.01159.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.01%
GREEN value IS 37 (14.84% from 255) = 13.31%
BLUE value IS 127 (50% from 255) = 45.68%
R=41.01%
G=13.31%
B=45.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal114371270.100.7100.50291.3354.8832.16
Hex72257FA470321233720
Octal16245177121070624436740
Binary11100101001011111111101010001110110010100100011110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72257F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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