#711961

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

Shades of Palatinate Purple #711961

Tints of Palatinate Purple #711961

Color information

#711961 (or 0x711961) is unknown color: approx Palatinate Purple. HEX triplet: 71, 19 and 61. RGB value is (113,25,97). Sum of RGB (Red+Green+Blue) = 113+25+97=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #711961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711961 is #8EE69E. Grayscale: #3B3B3B. Windows color (decimal): -9365151 or 6363505. OLE color: 6363505.

HSL color Cylindrical-coordinate representation of color #711961: hue angle of 310.91º 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 #711961 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB1132597-
CMYK00.780.140.56
HSL310.91º63.77%27.06%-
HSV(B)310.91º77.88%44.31%-
XYZ9.325.0711.8-
YUV59.52149.15166.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.09%
GREEN value IS 25 (10.16% from 255) = 10.64%
BLUE value IS 97 (38.28% from 255) = 41.28%
R=48.09%
G=10.64%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113259700.780.140.56310.9163.7727.06
Hex71196104EE38137401b
Octal161311410116167046710033
Binary1110001110011100001010011101110111000100110111100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711961; }

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

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

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

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

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

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

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

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