#711962

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

Shades of Palatinate Purple #711962

Tints of Palatinate Purple #711962

Color information

#711962 (or 0x711962) is unknown color: approx Palatinate Purple. HEX triplet: 71, 19 and 62. RGB value is (113,25,98). Sum of RGB (Red+Green+Blue) = 113+25+98=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #711962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711962 is #8EE69D. Grayscale: #3B3B3B. Windows color (decimal): -9365150 or 6429041. OLE color: 6429041.

HSL color Cylindrical-coordinate representation of color #711962: hue angle of 310.23º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #711962 is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB1132598-
CMYK00.780.130.56
HSL310.23º63.77%27.06%-
HSV(B)310.23º77.88%44.31%-
XYZ9.365.0912.04-
YUV59.63149.65166.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.88%
GREEN value IS 25 (10.16% from 255) = 10.59%
BLUE value IS 98 (38.67% from 255) = 41.53%
R=47.88%
G=10.59%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113259800.780.130.56310.2363.7727.06
Hex71196204ED38136401b
Octal161311420116157046610033
Binary1110001110011100010010011101101111000100110110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711962; }

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

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

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

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

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

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

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

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