#701570

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

Shades of Palatinate Purple #701570

Tints of Palatinate Purple #701570

Color information

#701570 (or 0x701570) is unknown color: approx Palatinate Purple. HEX triplet: 70, 15 and 70. RGB value is (112,21,112). Sum of RGB (Red+Green+Blue) = 112+21+112=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #701570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701570 is #8FEA8F. Grayscale: #3A3A3A. Windows color (decimal): -9431696 or 7345520. OLE color: 7345520.

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

Color convert

RGB11221112-
CMYK00.8100.56
HSL300º68.42%26.08%-
HSV(B)300º81.25%43.92%-
XYZ9.875.1515.8-
YUV58.58158.15166.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.71%
GREEN value IS 21 (8.59% from 255) = 8.57%
BLUE value IS 112 (44.14% from 255) = 45.71%
R=45.71%
G=8.57%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1122111200.8100.5630068.4226.08
Hex70157005103812c441a
Octal16025160012107045410432
Binary1110000101011110000010100010111000100101100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701570; }

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

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

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

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

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

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

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

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