#71216E

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

Shades of Palatinate Purple #71216E

Tints of Palatinate Purple #71216E

Color information

#71216E (or 0x71216E) is unknown color: approx Palatinate Purple. HEX triplet: 71, 21 and 6E. RGB value is (113,33,110). Sum of RGB (Red+Green+Blue) = 113+33+110=256 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.14% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 113 - color contains mainly: red. Hex color #71216E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71216E is #8EDE91. Grayscale: #414141. Windows color (decimal): -9363090 or 7217521. OLE color: 7217521.

HSL color Cylindrical-coordinate representation of color #71216E: hue angle of 302.25º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #71216E is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11333110-
CMYK00.710.030.56
HSL302.25º54.79%28.63%-
HSV(B)302.25º70.8%44.31%-
XYZ10.175.7215.32-
YUV65.7153161.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.14%
GREEN value IS 33 (13.28% from 255) = 12.89%
BLUE value IS 110 (43.36% from 255) = 42.97%
R=44.14%
G=12.89%
B=42.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1133311000.710.030.56302.2554.7928.63
Hex71216E04733812e371d
Octal1614115601073704566735
Binary11100011000011101110010001111111100010010111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71216E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71216E; }

 p { color: rgb(113,33,110); }

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

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

 a { background-color: rgb(113,33,110); }

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

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

 span { border-color: rgb(113,33,110); }

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