#71106A

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

Shades of Palatinate Purple #71106A

Tints of Palatinate Purple #71106A

Color information

#71106A (or 0x71106A) is unknown color: approx Palatinate Purple. HEX triplet: 71, 10 and 6A. RGB value is (113,16,106). Sum of RGB (Red+Green+Blue) = 113+16+106=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 106 (41.80% from 255 or 45.11% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #71106A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71106A is #8EEF95. Grayscale: #373737. Windows color (decimal): -9367446 or 6951025. OLE color: 6951025.

HSL color Cylindrical-coordinate representation of color #71106A: hue angle of 304.33º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #71106A is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB11316106-
CMYK00.860.060.56
HSL304.33º75.19%25.29%-
HSV(B)304.33º85.84%44.31%-
XYZ9.64.9214.08-
YUV55.26156.64169.18-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.09%
GREEN value IS 16 (6.64% from 255) = 6.81%
BLUE value IS 106 (41.80% from 255) = 45.11%
R=48.09%
G=6.81%
B=45.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131610600.860.060.56304.3375.1925.29
Hex71106A0566381304b19
Octal16120152012667046011331
Binary111000110000110101001010110110111000100110000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71106A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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