#710D56

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

Shades of Palatinate Purple #710D56

Tints of Palatinate Purple #710D56

Color information

#710D56 (or 0x710D56) is unknown color: approx Palatinate Purple. HEX triplet: 71, 0D and 56. RGB value is (113,13,86). Sum of RGB (Red+Green+Blue) = 113+13+86=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 86 (33.98% from 255 or 40.57% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #710D56 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710D56 is #8EF2A9. Grayscale: #333333. Windows color (decimal): -9368234 or 5639537. OLE color: 5639537.

HSL color Cylindrical-coordinate representation of color #710D56: hue angle of 316.2º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #710D56 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB1131386-
CMYK00.880.240.56
HSL316.2º79.37%24.71%-
HSV(B)316.2º88.5%44.31%-
XYZ8.634.479.21-
YUV51.22147.63172.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.30%
GREEN value IS 13 (5.47% from 255) = 6.13%
BLUE value IS 86 (33.98% from 255) = 40.57%
R=53.30%
G=6.13%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113138600.880.240.56316.279.3724.71
Hex71D56058183813c4f19
Octal161151260130307047411731
Binary1110001110110101100101100011000111000100111100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710D56; }

 p { color: rgb(113,13,86); }

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

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

 a { background-color: rgb(113,13,86); }

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

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

 span { border-color: rgb(113,13,86); }

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