#702957

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

Shades of Palatinate Purple #702957

Tints of Palatinate Purple #702957

Color information

#702957 (or 0x702957) is unknown color: approx Palatinate Purple. HEX triplet: 70, 29 and 57. RGB value is (112,41,87). Sum of RGB (Red+Green+Blue) = 112+41+87=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #702957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702957 is #8FD6A8. Grayscale: #434343. Windows color (decimal): -9426601 or 5712240. OLE color: 5712240.

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

Color convert

RGB1124187-
CMYK00.630.220.56
HSL321.13º46.41%30%-
HSV(B)321.13º63.39%43.92%-
XYZ9.25.729.64-
YUV67.47139.02159.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.67%
GREEN value IS 41 (16.41% from 255) = 17.08%
BLUE value IS 87 (34.38% from 255) = 36.25%
R=46.67%
G=17.08%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112418700.630.220.56321.1346.4130
Hex70295703F16381412e1e
Octal1605112707726705015636
Binary1110000101001101011101111111011011100010100000110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702957; }

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

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

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

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

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

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

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

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