#72185A

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

Shades of Palatinate Purple #72185A

Tints of Palatinate Purple #72185A

Color information

#72185A (or 0x72185A) is unknown color: approx Palatinate Purple. HEX triplet: 72, 18 and 5A. RGB value is (114,24,90). Sum of RGB (Red+Green+Blue) = 114+24+90=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #72185A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72185A is #8DE7A5. Grayscale: #3A3A3A. Windows color (decimal): -9299878 or 5904498. OLE color: 5904498.

HSL color Cylindrical-coordinate representation of color #72185A: hue angle of 316º 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 #72185A is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB1142490-
CMYK00.790.210.55
HSL316º65.22%27.06%-
HSV(B)316º78.95%44.71%-
XYZ9.114.9710.15-
YUV58.43145.82167.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50%
GREEN value IS 24 (9.77% from 255) = 10.53%
BLUE value IS 90 (35.55% from 255) = 39.47%
R=50%
G=10.53%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114249000.790.210.5531665.2227.06
Hex72185A04F153713c411b
Octal162301320117256747410133
Binary11100101100010110100100111110101110111100111100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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