#711968

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

Shades of Palatinate Purple #711968

Tints of Palatinate Purple #711968

Color information

#711968 (or 0x711968) is unknown color: approx Palatinate Purple. HEX triplet: 71, 19 and 68. RGB value is (113,25,104). Sum of RGB (Red+Green+Blue) = 113+25+104=242 (32% of max value = 765). Red value is 113 (44.53% from 255 or 46.69% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 113 - color contains mainly: red. Hex color #711968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711968 is #8EE697. Grayscale: #3C3C3C. Windows color (decimal): -9365144 or 6822257. OLE color: 6822257.

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

Color convert

RGB11325104-
CMYK00.780.080.56
HSL306.14º63.77%27.06%-
HSV(B)306.14º77.88%44.31%-
XYZ9.665.2113.59-
YUV60.32152.65165.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 46.69%
GREEN value IS 25 (10.16% from 255) = 10.33%
BLUE value IS 104 (41.02% from 255) = 42.98%
R=46.69%
G=10.33%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1132510400.780.080.56306.1463.7727.06
Hex71196804E838132401b
Octal161311500116107046210033
Binary1110001110011101000010011101000111000100110010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711968; }

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

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

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

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

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

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

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

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