#710B60

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

Shades of Palatinate Purple #710B60

Tints of Palatinate Purple #710B60

Color information

#710B60 (or 0x710B60) is unknown color: approx Palatinate Purple. HEX triplet: 71, 0B and 60. RGB value is (113,11,96). Sum of RGB (Red+Green+Blue) = 113+11+96=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #710B60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710B60 is #8EF49F. Grayscale: #323232. Windows color (decimal): -9368736 or 6294385. OLE color: 6294385.

HSL color Cylindrical-coordinate representation of color #710B60: hue angle of 310º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710B60 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB1131196-
CMYK00.900.150.56
HSL310º82.26%24.31%-
HSV(B)310º90.27%44.31%-
XYZ9.044.5911.48-
YUV51.19153.29172.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.36%
GREEN value IS 11 (4.69% from 255) = 5%
BLUE value IS 96 (37.89% from 255) = 43.64%
R=51.36%
G=5%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113119600.900.150.5631082.2624.31
Hex71B6005AF381365218
Octal161131400132177046612230
Binary111000110111100000010110101111111000100110110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,11,96); }

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

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

 a { background-color: rgb(113,11,96); }

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

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

 span { border-color: rgb(113,11,96); }

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