#711F6C

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

Shades of Palatinate Purple #711F6C

Tints of Palatinate Purple #711F6C

Color information

#711F6C (or 0x711F6C) is unknown color: approx Palatinate Purple. HEX triplet: 71, 1F and 6C. RGB value is (113,31,108). Sum of RGB (Red+Green+Blue) = 113+31+108=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 31 (12.5% from 255 or 12.30% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #711F6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711F6C is #8EE093. Grayscale: #404040. Windows color (decimal): -9363604 or 7085937. OLE color: 7085937.

HSL color Cylindrical-coordinate representation of color #711F6C: hue angle of 303.66º 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 #711F6C is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11331108-
CMYK00.730.040.56
HSL303.66º56.94%28.24%-
HSV(B)303.66º72.57%44.31%-
XYZ10.015.5714.74-
YUV64.3152.67162.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 31 (12.5% from 255) = 12.30%
BLUE value IS 108 (42.58% from 255) = 42.86%
R=44.84%
G=12.30%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1133110800.730.040.56303.6656.9428.24
Hex711F6C049438130391c
Octal1613715401114704607134
Binary11100011111111011000100100110011100010011000011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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