#72327B

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

Shades of Eminence #72327B

Tints of Eminence #72327B

Color information

#72327B (or 0x72327B) is unknown color: approx Eminence. HEX triplet: 72, 32 and 7B. RGB value is (114,50,123). Sum of RGB (Red+Green+Blue) = 114+50+123=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 123 - color contains mainly: blue. Hex color #72327B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72327B is #8DCD84. Grayscale: #4D4D4D. Windows color (decimal): -9293189 or 8073842. OLE color: 8073842.

HSL color Cylindrical-coordinate representation of color #72327B: hue angle of 292.6º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72327B is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11450123-
CMYK0.070.5900.52
HSL292.6º42.2%33.92%-
HSV(B)292.6º59.35%48.24%-
XYZ11.667.2919.53-
YUV77.46153.7154.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.72%
GREEN value IS 50 (19.92% from 255) = 17.42%
BLUE value IS 123 (48.44% from 255) = 42.86%
R=39.72%
G=17.42%
B=42.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal114501230.070.5900.52292.642.233.92
Hex72327B73B0341252a22
Octal162621737730644455242
Binary111001011001011110111111110110110100100100101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72327B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72327B; }

 p { color: rgb(114,50,123); }

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

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

 a { background-color: rgb(114,50,123); }

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

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

 span { border-color: rgb(114,50,123); }

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