#72397A

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

Shades of Eminence #72397A

Tints of Eminence #72397A

Color information

#72397A (or 0x72397A) is unknown color: approx Eminence. HEX triplet: 72, 39 and 7A. RGB value is (114,57,122). Sum of RGB (Red+Green+Blue) = 114+57+122=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 122 (48.05% from 255 or 41.64% from 293); Max value from RGB is 122 - color contains mainly: blue. Hex color #72397A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72397A is #8DC685. Grayscale: #515151. Windows color (decimal): -9291398 or 8010098. OLE color: 8010098.

HSL color Cylindrical-coordinate representation of color #72397A: hue angle of 292.62º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72397A is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11457122-
CMYK0.070.5300.52
HSL292.62º36.31%35.1%-
HSV(B)292.62º53.28%47.84%-
XYZ11.927.9119.31-
YUV81.45150.88151.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.91%
GREEN value IS 57 (22.66% from 255) = 19.45%
BLUE value IS 122 (48.05% from 255) = 41.64%
R=38.91%
G=19.45%
B=41.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal114571220.070.5300.52292.6236.3135.1
Hex72397A7350341252423
Octal162711727650644454443
Binary111001011100111110101111101010110100100100101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72397A; }

 p { color: rgb(114,57,122); }

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

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

 a { background-color: rgb(114,57,122); }

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

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

 span { border-color: rgb(114,57,122); }

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