#711B60

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

Shades of Palatinate Purple #711B60

Tints of Palatinate Purple #711B60

Color information

#711B60 (or 0x711B60) is unknown color: approx Palatinate Purple. HEX triplet: 71, 1B and 60. RGB value is (113,27,96). Sum of RGB (Red+Green+Blue) = 113+27+96=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #711B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711B60 is #8EE49F. Grayscale: #3C3C3C. Windows color (decimal): -9364640 or 6298481. OLE color: 6298481.

HSL color Cylindrical-coordinate representation of color #711B60: hue angle of 311.86º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #711B60 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB1132796-
CMYK00.760.150.56
HSL311.86º61.43%27.45%-
HSV(B)311.86º76.11%44.31%-
XYZ9.315.1411.57-
YUV60.58147.99165.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.88%
GREEN value IS 27 (10.94% from 255) = 11.44%
BLUE value IS 96 (37.89% from 255) = 40.68%
R=47.88%
G=11.44%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113279600.760.150.56311.8661.4327.45
Hex711B6004CF381383d1b
Octal16133140011417704707533
Binary111000111011110000001001100111111100010011100011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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