#72185D

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

Shades of Palatinate Purple #72185D

Tints of Palatinate Purple #72185D

Color information

#72185D (or 0x72185D) is unknown color: approx Palatinate Purple. HEX triplet: 72, 18 and 5D. RGB value is (114,24,93). Sum of RGB (Red+Green+Blue) = 114+24+93=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #72185D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72185D is #8DE7A2. Grayscale: #3A3A3A. Windows color (decimal): -9299875 or 6101106. OLE color: 6101106.

HSL color Cylindrical-coordinate representation of color #72185D: hue angle of 314º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #72185D is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1142493-
CMYK00.790.180.55
HSL314º65.22%27.06%-
HSV(B)314º78.95%44.71%-
XYZ9.245.0210.84-
YUV58.78147.32167.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.35%
GREEN value IS 24 (9.77% from 255) = 10.39%
BLUE value IS 93 (36.72% from 255) = 40.26%
R=49.35%
G=10.39%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114249300.790.180.5531465.2227.06
Hex72185D04F123713a411b
Octal162301350117226747210133
Binary11100101100010111010100111110010110111100111010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72185D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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