#71195b

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

Shades of Palatinate Purple #71195B

Tints of Palatinate Purple #71195B

Color information

#71195B (or 0x71195B) is unknown color: approx Palatinate Purple. HEX triplet: 71, 19 and 5B. RGB value is (113,25,91). Sum of RGB (Red+Green+Blue) = 113+25+91=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #71195B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71195B is #8EE6A4. Grayscale: #3A3A3A. Windows color (decimal): -9365157 or 5970289. OLE color: 5970289.

HSL color Cylindrical-coordinate representation of color #71195B: hue angle of 315º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #71195B is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1132591-
CMYK00.780.190.56
HSL315º63.77%27.06%-
HSV(B)315º77.88%44.31%-
XYZ9.054.9610.38-
YUV58.84146.15166.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.34%
GREEN value IS 25 (10.16% from 255) = 10.92%
BLUE value IS 91 (35.94% from 255) = 39.74%
R=49.34%
G=10.92%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113259100.780.190.5631563.7727.06
Hex71195B04E133813b401b
Octal161311330116237047310033
Binary11100011100110110110100111010011111000100111011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71195b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71195b; }

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

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

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

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

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

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

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

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