#70015D

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

Shades of Palatinate Purple #70015D

Tints of Palatinate Purple #70015D

Color information

#70015D (or 0x70015D) is unknown color: approx Palatinate Purple. HEX triplet: 70, 01 and 5D. RGB value is (112,1,93). Sum of RGB (Red+Green+Blue) = 112+1+93=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #70015D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70015D is #8FFEA2. Grayscale: #2C2C2C. Windows color (decimal): -9436835 or 6095216. OLE color: 6095216.

HSL color Cylindrical-coordinate representation of color #70015D: hue angle of 310.27º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70015D is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB112193-
CMYK00.990.170.56
HSL310.27º98.23%22.16%-
HSV(B)310.27º99.11%43.92%-
XYZ8.674.2610.72-
YUV44.68155.27176.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.37%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 93 (36.72% from 255) = 45.15%
R=54.37%
G=0.49%
B=45.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11219300.990.170.56310.2798.2322.16
Hex7015D06311381366216
Octal16011350143217046614226
Binary1110000110111010110001110001111000100110110110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70015D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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