#712659

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

Shades of Palatinate Purple #712659

Tints of Palatinate Purple #712659

Color information

#712659 (or 0x712659) is unknown color: approx Palatinate Purple. HEX triplet: 71, 26 and 59. RGB value is (113,38,89). Sum of RGB (Red+Green+Blue) = 113+38+89=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #712659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712659 is #8ED9A6. Grayscale: #424242. Windows color (decimal): -9361831 or 5842545. OLE color: 5842545.

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

Color convert

RGB1133889-
CMYK00.660.210.56
HSL319.2º49.67%29.61%-
HSV(B)319.2º66.37%44.31%-
XYZ9.315.6210.05-
YUV66.24140.85161.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.08%
GREEN value IS 38 (15.23% from 255) = 15.83%
BLUE value IS 89 (35.16% from 255) = 37.08%
R=47.08%
G=15.83%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113388900.660.210.56319.249.6729.61
Hex712659042153813f321e
Octal16146131010225704776236
Binary11100011001101011001010000101010111100010011111111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712659; }

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

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

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

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

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

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

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

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