#72146A

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

Shades of Palatinate Purple #72146A

Tints of Palatinate Purple #72146A

Color information

#72146A (or 0x72146A) is unknown color: approx Palatinate Purple. HEX triplet: 72, 14 and 6A. RGB value is (114,20,106). Sum of RGB (Red+Green+Blue) = 114+20+106=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #72146A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72146A is #8DEB95. Grayscale: #393939. Windows color (decimal): -9300886 or 6952050. OLE color: 6952050.

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

Color convert

RGB11420106-
CMYK00.820.070.55
HSL305.11º70.15%26.27%-
HSV(B)305.11º82.46%44.71%-
XYZ9.795.1214.11-
YUV57.91155.14168.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.5%
GREEN value IS 20 (8.20% from 255) = 8.33%
BLUE value IS 106 (41.80% from 255) = 44.17%
R=47.5%
G=8.33%
B=44.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1142010600.820.070.55305.1170.1526.27
Hex72146A052737131461a
Octal16224152012276746110632
Binary111001010100110101001010010111110111100110001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72146A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,20,106); }

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

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

 a { background-color: rgb(114,20,106); }

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

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

 span { border-color: rgb(114,20,106); }

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