#712159

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

Shades of Palatinate Purple #712159

Tints of Palatinate Purple #712159

Color information

#712159 (or 0x712159) is unknown color: approx Palatinate Purple. HEX triplet: 71, 21 and 59. RGB value is (113,33,89). Sum of RGB (Red+Green+Blue) = 113+33+89=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #712159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712159 is #8EDEA6. Grayscale: #3F3F3F. Windows color (decimal): -9363111 or 5841265. OLE color: 5841265.

HSL color Cylindrical-coordinate representation of color #712159: hue angle of 318º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #712159 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB1133389-
CMYK00.710.210.56
HSL318º54.79%28.63%-
HSV(B)318º70.8%44.31%-
XYZ9.165.3210-
YUV63.3142.5163.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.09%
GREEN value IS 33 (13.28% from 255) = 14.04%
BLUE value IS 89 (35.16% from 255) = 37.87%
R=48.09%
G=14.04%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113338900.710.210.5631854.7928.63
Hex712159047153813e371d
Octal16141131010725704766735
Binary11100011000011011001010001111010111100010011111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712159; }

 p { color: rgb(113,33,89); }

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

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

 a { background-color: rgb(113,33,89); }

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

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

 span { border-color: rgb(113,33,89); }

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