#71216A

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

Shades of Palatinate Purple #71216A

Tints of Palatinate Purple #71216A

Color information

#71216A (or 0x71216A) is unknown color: approx Palatinate Purple. HEX triplet: 71, 21 and 6A. RGB value is (113,33,106). Sum of RGB (Red+Green+Blue) = 113+33+106=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #71216A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71216A is #8EDE95. Grayscale: #414141. Windows color (decimal): -9363094 or 6955377. OLE color: 6955377.

HSL color Cylindrical-coordinate representation of color #71216A: hue angle of 305.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 #71216A is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB11333106-
CMYK00.710.060.56
HSL305.25º54.79%28.63%-
HSV(B)305.25º70.8%44.31%-
XYZ9.965.6414.2-
YUV65.24151162.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 33 (13.28% from 255) = 13.10%
BLUE value IS 106 (41.80% from 255) = 42.06%
R=44.84%
G=13.10%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1133310600.710.060.56305.2554.7928.63
Hex71216A047638131371d
Octal1614115201076704616735
Binary111000110000111010100100011111011100010011000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71216A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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