#72347A

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

Shades of Eminence #72347A

Tints of Eminence #72347A

Color information

#72347A (or 0x72347A) is unknown color: approx Eminence. HEX triplet: 72, 34 and 7A. RGB value is (114,52,122). Sum of RGB (Red+Green+Blue) = 114+52+122=288 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.58% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 122 - color contains mainly: blue. Hex color #72347A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72347A is #8DCB85. Grayscale: #4E4E4E. Windows color (decimal): -9292678 or 8008818. OLE color: 8008818.

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

Color convert

RGB11452122-
CMYK0.070.5700.52
HSL293.14º40.23%34.12%-
HSV(B)293.14º57.38%47.84%-
XYZ11.687.4419.23-
YUV78.52152.54153.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.58%
GREEN value IS 52 (20.70% from 255) = 18.06%
BLUE value IS 122 (48.05% from 255) = 42.36%
R=39.58%
G=18.06%
B=42.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal114521220.070.5700.52293.1440.2334.12
Hex72347A7390341252822
Octal162641727710644455042
Binary111001011010011110101111110010110100100100101101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72347A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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