#711F6A

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

Shades of Palatinate Purple #711F6A

Tints of Palatinate Purple #711F6A

Color information

#711F6A (or 0x711F6A) is unknown color: approx Palatinate Purple. HEX triplet: 71, 1F and 6A. RGB value is (113,31,106). Sum of RGB (Red+Green+Blue) = 113+31+106=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 31 (12.5% from 255 or 12.4% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 113 - color contains mainly: red. Hex color #711F6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711F6A is #8EE095. Grayscale: #3F3F3F. Windows color (decimal): -9363606 or 6954865. OLE color: 6954865.

HSL color Cylindrical-coordinate representation of color #711F6A: hue angle of 305.12º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #711F6A is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB11331106-
CMYK00.730.060.56
HSL305.12º56.94%28.24%-
HSV(B)305.12º72.57%44.31%-
XYZ9.95.5314.18-
YUV64.07151.67162.9-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.2%
GREEN value IS 31 (12.5% from 255) = 12.4%
BLUE value IS 106 (41.80% from 255) = 42.4%
R=45.2%
G=12.4%
B=42.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1133110600.730.060.56305.1256.9428.24
Hex711F6A049638131391c
Octal1613715201116704617134
Binary11100011111111010100100100111011100010011000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711F6A; }

 p { color: rgb(113,31,106); }

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

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

 a { background-color: rgb(113,31,106); }

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

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

 span { border-color: rgb(113,31,106); }

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