#70085D

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

Shades of Palatinate Purple #70085D

Tints of Palatinate Purple #70085D

Color information

#70085D (or 0x70085D) is unknown color: approx Palatinate Purple. HEX triplet: 70, 08 and 5D. RGB value is (112,8,93). Sum of RGB (Red+Green+Blue) = 112+8+93=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #70085D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70085D is #8FF7A2. Grayscale: #303030. Windows color (decimal): -9435043 or 6097008. OLE color: 6097008.

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

Color convert

RGB112893-
CMYK00.930.170.56
HSL310.96º86.67%23.53%-
HSV(B)310.96º92.86%43.92%-
XYZ8.744.4110.75-
YUV48.79152.96173.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.58%
GREEN value IS 8 (3.52% from 255) = 3.76%
BLUE value IS 93 (36.72% from 255) = 43.66%
R=52.58%
G=3.76%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11289300.930.170.56310.9686.6723.53
Hex7085D05D11381375718
Octal160101350135217046712730
Binary1110000100010111010101110110001111000100110111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70085D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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