#712559

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

Shades of Palatinate Purple #712559

Tints of Palatinate Purple #712559

Color information

#712559 (or 0x712559) is unknown color: approx Palatinate Purple. HEX triplet: 71, 25 and 59. RGB value is (113,37,89). Sum of RGB (Red+Green+Blue) = 113+37+89=239 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.28% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 113 - color contains mainly: red. Hex color #712559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712559 is #8EDAA6. Grayscale: #414141. Windows color (decimal): -9362087 or 5842289. OLE color: 5842289.

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

Color convert

RGB1133789-
CMYK00.670.210.56
HSL318.95º50.67%29.41%-
HSV(B)318.95º67.26%44.31%-
XYZ9.275.5610.03-
YUV65.65141.18161.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.28%
GREEN value IS 37 (14.84% from 255) = 15.48%
BLUE value IS 89 (35.16% from 255) = 37.24%
R=47.28%
G=15.48%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113378900.670.210.56318.9550.6729.41
Hex712559043153813f331d
Octal16145131010325704776335
Binary11100011001011011001010000111010111100010011111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712559; }

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

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

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

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

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

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

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

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