#70085E

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

Shades of Palatinate Purple #70085E

Tints of Palatinate Purple #70085E

Color information

#70085E (or 0x70085E) is unknown color: approx Palatinate Purple. HEX triplet: 70, 08 and 5E. RGB value is (112,8,94). Sum of RGB (Red+Green+Blue) = 112+8+94=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #70085E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70085E is #8FF7A1. Grayscale: #303030. Windows color (decimal): -9435042 or 6162544. OLE color: 6162544.

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

Color convert

RGB112894-
CMYK00.930.160.56
HSL310.38º86.67%23.53%-
HSV(B)310.38º92.86%43.92%-
XYZ8.794.4310.98-
YUV48.9153.46173.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 52.34%
GREEN value IS 8 (3.52% from 255) = 3.74%
BLUE value IS 94 (37.11% from 255) = 43.93%
R=52.34%
G=3.74%
B=43.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11289400.930.160.56310.3886.6723.53
Hex7085E05D10381365718
Octal160101360135207046612730
Binary1110000100010111100101110110000111000100110110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70085E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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