#72095C

Color #72095C Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #72095C

Tints of Palatinate Purple #72095C

Color information

#72095C (or 0x72095C) is unknown color: approx Palatinate Purple. HEX triplet: 72, 09 and 5C. RGB value is (114,9,92). Sum of RGB (Red+Green+Blue) = 114+9+92=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #72095C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72095C is #8DF6A3. Grayscale: #313131. Windows color (decimal): -9303716 or 6031730. OLE color: 6031730.

HSL color Cylindrical-coordinate representation of color #72095C: hue angle of 312.57º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #72095C is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB114992-
CMYK00.920.190.55
HSL312.57º85.37%24.12%-
HSV(B)312.57º92.11%44.71%-
XYZ8.974.5510.53-
YUV49.86151.79173.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.02%
GREEN value IS 9 (3.91% from 255) = 4.19%
BLUE value IS 92 (36.33% from 255) = 42.79%
R=53.02%
G=4.19%
B=42.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11499200.920.190.55312.5785.3724.12
Hex7295C05C13371395518
Octal162111340134236747112530
Binary1110010100110111000101110010011110111100111001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72095C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72095C; }

 p { color: rgb(114,9,92); }

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

<style>
 a { background-color: #72095C; }

 a { background-color: rgb(114,9,92); }

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

<style>
 span { border-color: #72095C; }

 span { border-color: rgb(114,9,92); }

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