#71085C

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

Shades of Palatinate Purple #71085C

Tints of Palatinate Purple #71085C

Color information

#71085C (or 0x71085C) is unknown color: approx Palatinate Purple. HEX triplet: 71, 08 and 5C. RGB value is (113,8,92). Sum of RGB (Red+Green+Blue) = 113+8+92=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #71085C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71085C is #8EF7A3. Grayscale: #303030. Windows color (decimal): -9369508 or 6031473. OLE color: 6031473.

HSL color Cylindrical-coordinate representation of color #71085C: hue angle of 312º 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 #71085C is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB113892-
CMYK00.930.190.56
HSL312º86.78%23.73%-
HSV(B)312º92.92%44.31%-
XYZ8.834.4610.52-
YUV48.97152.29173.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.05%
GREEN value IS 8 (3.52% from 255) = 3.76%
BLUE value IS 92 (36.33% from 255) = 43.19%
R=53.05%
G=3.76%
B=43.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11389200.930.190.5631286.7823.73
Hex7185C05D13381385718
Octal161101340135237047012730
Binary1110001100010111000101110110011111000100111000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71085C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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