#710A5D

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

Shades of Palatinate Purple #710A5D

Tints of Palatinate Purple #710A5D

Color information

#710A5D (or 0x710A5D) is unknown color: approx Palatinate Purple. HEX triplet: 71, 0A and 5D. RGB value is (113,10,93). Sum of RGB (Red+Green+Blue) = 113+10+93=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #710A5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710A5D is #8EF5A2. Grayscale: #323232. Windows color (decimal): -9368995 or 6097521. OLE color: 6097521.

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

Color convert

RGB1131093-
CMYK00.910.180.56
HSL311.65º83.74%24.12%-
HSV(B)311.65º91.15%44.31%-
XYZ8.894.5210.76-
YUV50.26152.12172.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.31%
GREEN value IS 10 (4.30% from 255) = 4.63%
BLUE value IS 93 (36.72% from 255) = 43.06%
R=52.31%
G=4.63%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113109300.910.180.56311.6583.7424.12
Hex71A5D05B12381385418
Octal161121350133227047012430
Binary1110001101010111010101101110010111000100111000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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