#72115A

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

Shades of Palatinate Purple #72115A

Tints of Palatinate Purple #72115A

Color information

#72115A (or 0x72115A) is unknown color: approx Palatinate Purple. HEX triplet: 72, 11 and 5A. RGB value is (114,17,90). Sum of RGB (Red+Green+Blue) = 114+17+90=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #72115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72115A is #8DEEA5. Grayscale: #363636. Windows color (decimal): -9301670 or 5902706. OLE color: 5902706.

HSL color Cylindrical-coordinate representation of color #72115A: hue angle of 314.85º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #72115A is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB1141790-
CMYK00.850.210.55
HSL314.85º74.05%25.69%-
HSV(B)314.85º85.09%44.71%-
XYZ8.994.7210.11-
YUV54.32148.14170.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.58%
GREEN value IS 17 (7.03% from 255) = 7.69%
BLUE value IS 90 (35.55% from 255) = 40.72%
R=51.58%
G=7.69%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114179000.850.210.55314.8574.0525.69
Hex72115A055153713b4a1a
Octal162211320125256747311232
Binary11100101000110110100101010110101110111100111011100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,17,90); }

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

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

 a { background-color: rgb(114,17,90); }

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

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

 span { border-color: rgb(114,17,90); }

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