#702959

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

Shades of Palatinate Purple #702959

Tints of Palatinate Purple #702959

Color information

#702959 (or 0x702959) is unknown color: approx Palatinate Purple. HEX triplet: 70, 29 and 59. RGB value is (112,41,89). Sum of RGB (Red+Green+Blue) = 112+41+89=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #702959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702959 is #8FD6A6. Grayscale: #434343. Windows color (decimal): -9426599 or 5843312. OLE color: 5843312.

HSL color Cylindrical-coordinate representation of color #702959: hue angle of 319.44º 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 #702959 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB1124189-
CMYK00.630.210.56
HSL319.44º46.41%30%-
HSV(B)319.44º63.39%43.92%-
XYZ9.285.7510.07-
YUV67.7140.02159.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 41 (16.41% from 255) = 16.94%
BLUE value IS 89 (35.16% from 255) = 36.78%
R=46.28%
G=16.94%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112418900.630.210.56319.4446.4130
Hex70295903F153813f2e1e
Octal1605113107725704775636
Binary1110000101001101100101111111010111100010011111110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702959; }

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

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

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

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

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

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

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

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