#711C5B

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

Shades of Palatinate Purple #711C5B

Tints of Palatinate Purple #711C5B

Color information

#711C5B (or 0x711C5B) is unknown color: approx Palatinate Purple. HEX triplet: 71, 1C and 5B. RGB value is (113,28,91). Sum of RGB (Red+Green+Blue) = 113+28+91=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #711C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711C5B is #8EE3A4. Grayscale: #3C3C3C. Windows color (decimal): -9364389 or 5971057. OLE color: 5971057.

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

Color convert

RGB1132891-
CMYK00.750.190.56
HSL315.53º60.28%27.65%-
HSV(B)315.53º75.22%44.31%-
XYZ9.115.110.4-
YUV60.6145.16165.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.71%
GREEN value IS 28 (11.33% from 255) = 12.07%
BLUE value IS 91 (35.94% from 255) = 39.22%
R=48.71%
G=12.07%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113289100.750.190.56315.5360.2827.65
Hex711C5B04B133813c3c1c
Octal16134133011323704747434
Binary1110001111001011011010010111001111100010011110011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,28,91); }

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

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

 a { background-color: rgb(113,28,91); }

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

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

 span { border-color: rgb(113,28,91); }

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