#710F5A

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

Shades of Palatinate Purple #710F5A

Tints of Palatinate Purple #710F5A

Color information

#710F5A (or 0x710F5A) is unknown color: approx Palatinate Purple. HEX triplet: 71, 0F and 5A. RGB value is (113,15,90). Sum of RGB (Red+Green+Blue) = 113+15+90=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #710F5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710F5A is #8EF0A5. Grayscale: #343434. Windows color (decimal): -9367718 or 5902193. OLE color: 5902193.

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

Color convert

RGB1131590-
CMYK00.870.200.56
HSL314.08º76.56%25.1%-
HSV(B)314.08º86.73%44.31%-
XYZ8.834.5910.09-
YUV52.85148.97170.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.83%
GREEN value IS 15 (6.25% from 255) = 6.88%
BLUE value IS 90 (35.55% from 255) = 41.28%
R=51.83%
G=6.88%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113159000.870.200.56314.0876.5625.1
Hex71F5A057143813a4d19
Octal161171320127247047211531
Binary1110001111110110100101011110100111000100111010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,15,90); }

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

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

 a { background-color: rgb(113,15,90); }

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

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

 span { border-color: rgb(113,15,90); }

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