#71085D

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

Shades of Palatinate Purple #71085D

Tints of Palatinate Purple #71085D

Color information

#71085D (or 0x71085D) is unknown color: approx Palatinate Purple. HEX triplet: 71, 08 and 5D. RGB value is (113,8,93). Sum of RGB (Red+Green+Blue) = 113+8+93=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #71085D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71085D is #8EF7A2. Grayscale: #303030. Windows color (decimal): -9369507 or 6097009. OLE color: 6097009.

HSL color Cylindrical-coordinate representation of color #71085D: hue angle of 311.43º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #71085D is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB113893-
CMYK00.930.180.56
HSL311.43º86.78%23.73%-
HSV(B)311.43º92.92%44.31%-
XYZ8.874.4710.75-
YUV49.08152.79173.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.80%
GREEN value IS 8 (3.52% from 255) = 3.74%
BLUE value IS 93 (36.72% from 255) = 43.46%
R=52.80%
G=3.74%
B=43.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11389300.930.180.56311.4386.7823.73
Hex7185D05D12381375718
Octal161101350135227046712730
Binary1110001100010111010101110110010111000100110111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71085D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71085D; }

 p { color: rgb(113,8,93); }

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

<style>
 a { background-color: #71085D; }

 a { background-color: rgb(113,8,93); }

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

<style>
 span { border-color: #71085D; }

 span { border-color: rgb(113,8,93); }

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