#711362

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

Shades of Palatinate Purple #711362

Tints of Palatinate Purple #711362

Color information

#711362 (or 0x711362) is unknown color: approx Palatinate Purple. HEX triplet: 71, 13 and 62. RGB value is (113,19,98). Sum of RGB (Red+Green+Blue) = 113+19+98=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 98 (38.67% from 255 or 42.61% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #711362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711362 is #8EEC9D. Grayscale: #373737. Windows color (decimal): -9366686 or 6427505. OLE color: 6427505.

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

Color convert

RGB1131998-
CMYK00.830.130.56
HSL309.57º71.21%25.88%-
HSV(B)309.57º83.19%44.31%-
XYZ9.254.8612.01-
YUV56.11151.64168.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.13%
GREEN value IS 19 (7.81% from 255) = 8.26%
BLUE value IS 98 (38.67% from 255) = 42.61%
R=49.13%
G=8.26%
B=42.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113199800.830.130.56309.5771.2125.88
Hex711362053D38136471a
Octal161231420123157046610732
Binary1110001100111100010010100111101111000100110110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711362; }

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

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

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

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

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

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

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

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