#702559

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

Shades of Palatinate Purple #702559

Tints of Palatinate Purple #702559

Color information

#702559 (or 0x702559) is unknown color: approx Palatinate Purple. HEX triplet: 70, 25 and 59. RGB value is (112,37,89). Sum of RGB (Red+Green+Blue) = 112+37+89=238 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.06% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 112 - color contains mainly: red. Hex color #702559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702559 is #8FDAA6. Grayscale: #414141. Windows color (decimal): -9427623 or 5842288. OLE color: 5842288.

HSL color Cylindrical-coordinate representation of color #702559: hue angle of 318.4º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #702559 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB1123789-
CMYK00.670.210.56
HSL318.4º50.34%29.22%-
HSV(B)318.4º66.96%43.92%-
XYZ9.155.4910.03-
YUV65.35141.35161.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.06%
GREEN value IS 37 (14.84% from 255) = 15.55%
BLUE value IS 89 (35.16% from 255) = 37.39%
R=47.06%
G=15.55%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112378900.670.210.56318.450.3429.22
Hex702559043153813e321d
Octal16045131010325704766235
Binary11100001001011011001010000111010111100010011111011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702559; }

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

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

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

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

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

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

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

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