#702857

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

Shades of Palatinate Purple #702857

Tints of Palatinate Purple #702857

Color information

#702857 (or 0x702857) is unknown color: approx Palatinate Purple. HEX triplet: 70, 28 and 57. RGB value is (112,40,87). Sum of RGB (Red+Green+Blue) = 112+40+87=239 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.86% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 112 - color contains mainly: red. Hex color #702857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702857 is #8FD7A8. Grayscale: #424242. Windows color (decimal): -9426857 or 5711984. OLE color: 5711984.

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

Color convert

RGB1124087-
CMYK00.640.220.56
HSL320.83º47.37%29.8%-
HSV(B)320.83º64.29%43.92%-
XYZ9.165.659.62-
YUV66.89139.35160.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.86%
GREEN value IS 40 (16.02% from 255) = 16.74%
BLUE value IS 87 (34.38% from 255) = 36.40%
R=46.86%
G=16.74%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112408700.640.220.56320.8347.3729.8
Hex70285704016381412f1e
Octal16050127010026705015736
Binary11100001010001010111010000001011011100010100000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702857; }

 p { color: rgb(112,40,87); }

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

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

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

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

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

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

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