#711062

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

Shades of Palatinate Purple #711062

Tints of Palatinate Purple #711062

Color information

#711062 (or 0x711062) is unknown color: approx Palatinate Purple. HEX triplet: 71, 10 and 62. RGB value is (113,16,98). Sum of RGB (Red+Green+Blue) = 113+16+98=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 98 (38.67% from 255 or 43.17% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #711062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711062 is #8EEF9D. Grayscale: #363636. Windows color (decimal): -9367454 or 6426737. OLE color: 6426737.

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

Color convert

RGB1131698-
CMYK00.860.130.56
HSL309.28º75.19%25.29%-
HSV(B)309.28º85.84%44.31%-
XYZ9.24.7611.99-
YUV54.35152.64169.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.78%
GREEN value IS 16 (6.64% from 255) = 7.05%
BLUE value IS 98 (38.67% from 255) = 43.17%
R=49.78%
G=7.05%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113169800.860.130.56309.2875.1925.29
Hex711062056D381354b19
Octal161201420126157046511331
Binary1110001100001100010010101101101111000100110101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711062; }

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

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

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

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

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

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

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

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