#72146B

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

Shades of Palatinate Purple #72146B

Tints of Palatinate Purple #72146B

Color information

#72146B (or 0x72146B) is unknown color: approx Palatinate Purple. HEX triplet: 72, 14 and 6B. RGB value is (114,20,107). Sum of RGB (Red+Green+Blue) = 114+20+107=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #72146B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72146B is #8DEB94. Grayscale: #393939. Windows color (decimal): -9300885 or 7017586. OLE color: 7017586.

HSL color Cylindrical-coordinate representation of color #72146B: hue angle of 304.47º 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 #72146B is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11420107-
CMYK00.820.060.55
HSL304.47º70.15%26.27%-
HSV(B)304.47º82.46%44.71%-
XYZ9.845.1414.38-
YUV58.02155.64167.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.30%
GREEN value IS 20 (8.20% from 255) = 8.30%
BLUE value IS 107 (42.19% from 255) = 44.40%
R=47.30%
G=8.30%
B=44.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1142010700.820.060.55304.4770.1526.27
Hex72146B052637130461a
Octal16224153012266746010632
Binary111001010100110101101010010110110111100110000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72146B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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