#71206B

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

Shades of Palatinate Purple #71206B

Tints of Palatinate Purple #71206B

Color information

#71206B (or 0x71206B) is unknown color: approx Palatinate Purple. HEX triplet: 71, 20 and 6B. RGB value is (113,32,107). Sum of RGB (Red+Green+Blue) = 113+32+107=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 113 - color contains mainly: red. Hex color #71206B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71206B is #8EDF94. Grayscale: #404040. Windows color (decimal): -9363349 or 7020657. OLE color: 7020657.

HSL color Cylindrical-coordinate representation of color #71206B: hue angle of 304.44º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #71206B is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11332107-
CMYK00.720.050.56
HSL304.44º55.86%28.43%-
HSV(B)304.44º71.68%44.31%-
XYZ9.985.6114.47-
YUV64.77151.84162.4-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 32 (12.89% from 255) = 12.70%
BLUE value IS 107 (42.19% from 255) = 42.46%
R=44.84%
G=12.70%
B=42.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1133210700.720.050.56304.4455.8628.43
Hex71206B048538130381c
Octal1614015301105704607034
Binary111000110000011010110100100010111100010011000011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71206B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71206B; }

 p { color: rgb(113,32,107); }

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

<style>
 a { background-color: #71206B; }

 a { background-color: rgb(113,32,107); }

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

<style>
 span { border-color: #71206B; }

 span { border-color: rgb(113,32,107); }

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