#711B62

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

Shades of Palatinate Purple #711B62

Tints of Palatinate Purple #711B62

Color information

#711B62 (or 0x711B62) is unknown color: approx Palatinate Purple. HEX triplet: 71, 1B and 62. RGB value is (113,27,98). Sum of RGB (Red+Green+Blue) = 113+27+98=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #711B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711B62 is #8EE49D. Grayscale: #3C3C3C. Windows color (decimal): -9364638 or 6429553. OLE color: 6429553.

HSL color Cylindrical-coordinate representation of color #711B62: hue angle of 310.47º 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 #711B62 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB1132798-
CMYK00.760.130.56
HSL310.47º61.43%27.45%-
HSV(B)310.47º76.11%44.31%-
XYZ9.415.1812.06-
YUV60.81148.99165.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.48%
GREEN value IS 27 (10.94% from 255) = 11.34%
BLUE value IS 98 (38.67% from 255) = 41.18%
R=47.48%
G=11.34%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113279800.760.130.56310.4761.4327.45
Hex711B6204CD381363d1b
Octal16133142011415704667533
Binary111000111011110001001001100110111100010011011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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