#701970

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

Shades of Palatinate Purple #701970

Tints of Palatinate Purple #701970

Color information

#701970 (or 0x701970) is unknown color: approx Palatinate Purple. HEX triplet: 70, 19 and 70. RGB value is (112,25,112). Sum of RGB (Red+Green+Blue) = 112+25+112=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #701970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701970 is #8FE68F. Grayscale: #3C3C3C. Windows color (decimal): -9430672 or 7346544. OLE color: 7346544.

HSL color Cylindrical-coordinate representation of color #701970: hue angle of 300º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #701970 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB11225112-
CMYK00.7800.56
HSL300º63.5%26.86%-
HSV(B)300º77.68%43.92%-
XYZ9.955.3115.83-
YUV60.93156.82164.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.98%
GREEN value IS 25 (10.16% from 255) = 10.04%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=44.98%
G=10.04%
B=44.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1122511200.7800.5630063.526.86
Hex70197004E03812c401b
Octal16031160011607045410033
Binary1110000110011110000010011100111000100101100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701970; }

 p { color: rgb(112,25,112); }

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

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

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

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

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

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

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