#710D59

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

Shades of Palatinate Purple #710D59

Tints of Palatinate Purple #710D59

Color information

#710D59 (or 0x710D59) is unknown color: approx Palatinate Purple. HEX triplet: 71, 0D and 59. RGB value is (113,13,89). Sum of RGB (Red+Green+Blue) = 113+13+89=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 13 (5.47% from 255 or 6.05% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #710D59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710D59 is #8EF2A6. Grayscale: #333333. Windows color (decimal): -9368231 or 5836145. OLE color: 5836145.

HSL color Cylindrical-coordinate representation of color #710D59: hue angle of 314.4º 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 #710D59 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB1131389-
CMYK00.880.210.56
HSL314.4º79.37%24.71%-
HSV(B)314.4º88.5%44.31%-
XYZ8.764.529.86-
YUV51.56149.13171.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.56%
GREEN value IS 13 (5.47% from 255) = 6.05%
BLUE value IS 89 (35.16% from 255) = 41.40%
R=52.56%
G=6.05%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113138900.880.210.56314.479.3724.71
Hex71D59058153813a4f19
Octal161151310130257047211731
Binary1110001110110110010101100010101111000100111010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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