#710A5F

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

Shades of Palatinate Purple #710A5F

Tints of Palatinate Purple #710A5F

Color information

#710A5F (or 0x710A5F) is unknown color: approx Palatinate Purple. HEX triplet: 71, 0A and 5F. RGB value is (113,10,95). Sum of RGB (Red+Green+Blue) = 113+10+95=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 95 (37.5% from 255 or 43.58% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #710A5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710A5F is #8EF5A0. Grayscale: #323232. Windows color (decimal): -9368993 or 6228593. OLE color: 6228593.

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

Color convert

RGB1131095-
CMYK00.910.160.56
HSL310.49º83.74%24.12%-
HSV(B)310.49º91.15%44.31%-
XYZ8.984.5511.23-
YUV50.49153.12172.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.83%
GREEN value IS 10 (4.30% from 255) = 4.59%
BLUE value IS 95 (37.5% from 255) = 43.58%
R=51.83%
G=4.59%
B=43.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113109500.910.160.56310.4983.7424.12
Hex71A5F05B10381365418
Octal161121370133207046612430
Binary1110001101010111110101101110000111000100110110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,10,95); }

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

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

 a { background-color: rgb(113,10,95); }

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

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

 span { border-color: rgb(113,10,95); }

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