#711060

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

Shades of Palatinate Purple #711060

Tints of Palatinate Purple #711060

Color information

#711060 (or 0x711060) is unknown color: approx Palatinate Purple. HEX triplet: 71, 10 and 60. RGB value is (113,16,96). Sum of RGB (Red+Green+Blue) = 113+16+96=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #711060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711060 is #8EEF9F. Grayscale: #353535. Windows color (decimal): -9367456 or 6295665. OLE color: 6295665.

HSL color Cylindrical-coordinate representation of color #711060: hue angle of 310.52º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711060 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB1131696-
CMYK00.860.150.56
HSL310.52º75.19%25.29%-
HSV(B)310.52º85.84%44.31%-
XYZ9.114.7311.5-
YUV54.12151.64170-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.22%
GREEN value IS 16 (6.64% from 255) = 7.11%
BLUE value IS 96 (37.89% from 255) = 42.67%
R=50.22%
G=7.11%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113169600.860.150.56310.5275.1925.29
Hex711060056F381374b19
Octal161201400126177046711331
Binary1110001100001100000010101101111111000100110111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711060; }

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

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

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

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

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

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

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

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