#72165F

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

Shades of Palatinate Purple #72165F

Tints of Palatinate Purple #72165F

Color information

#72165F (or 0x72165F) is unknown color: approx Palatinate Purple. HEX triplet: 72, 16 and 5F. RGB value is (114,22,95). Sum of RGB (Red+Green+Blue) = 114+22+95=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 22 (8.98% from 255 or 9.52% from 231); Blue value is 95 (37.5% from 255 or 41.13% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #72165F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72165F is #8DE9A0. Grayscale: #393939. Windows color (decimal): -9300385 or 6231666. OLE color: 6231666.

HSL color Cylindrical-coordinate representation of color #72165F: hue angle of 312.39º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #72165F is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1142295-
CMYK00.810.170.55
HSL312.39º67.65%26.67%-
HSV(B)312.39º80.7%44.71%-
XYZ9.294.9811.3-
YUV57.83148.98168.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.35%
GREEN value IS 22 (8.98% from 255) = 9.52%
BLUE value IS 95 (37.5% from 255) = 41.13%
R=49.35%
G=9.52%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114229500.810.170.55312.3967.6526.67
Hex72165F0511137138441b
Octal162261370121216747010433
Binary11100101011010111110101000110001110111100111000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72165F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72165F; }

 p { color: rgb(114,22,95); }

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

<style>
 a { background-color: #72165F; }

 a { background-color: rgb(114,22,95); }

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

<style>
 span { border-color: #72165F; }

 span { border-color: rgb(114,22,95); }

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