#72165D

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

Shades of Palatinate Purple #72165D

Tints of Palatinate Purple #72165D

Color information

#72165D (or 0x72165D) is unknown color: approx Palatinate Purple. HEX triplet: 72, 16 and 5D. RGB value is (114,22,93). Sum of RGB (Red+Green+Blue) = 114+22+93=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 93 (36.72% from 255 or 40.61% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #72165D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72165D is #8DE9A2. Grayscale: #393939. Windows color (decimal): -9300387 or 6100594. OLE color: 6100594.

HSL color Cylindrical-coordinate representation of color #72165D: hue angle of 313.7º 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 #72165D is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1142293-
CMYK00.810.180.55
HSL313.7º67.65%26.67%-
HSV(B)313.7º80.7%44.71%-
XYZ9.24.9410.82-
YUV57.6147.98168.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.78%
GREEN value IS 22 (8.98% from 255) = 9.61%
BLUE value IS 93 (36.72% from 255) = 40.61%
R=49.78%
G=9.61%
B=40.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114229300.810.180.55313.767.6526.67
Hex72165D051123713a441b
Octal162261350121226747210433
Binary11100101011010111010101000110010110111100111010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72165D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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