#702059

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

Shades of Palatinate Purple #702059

Tints of Palatinate Purple #702059

Color information

#702059 (or 0x702059) is unknown color: approx Palatinate Purple. HEX triplet: 70, 20 and 59. RGB value is (112,32,89). Sum of RGB (Red+Green+Blue) = 112+32+89=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #702059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702059 is #8FDFA6. Grayscale: #3E3E3E. Windows color (decimal): -9428903 or 5841008. OLE color: 5841008.

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

Color convert

RGB1123289-
CMYK00.710.210.56
HSL317.25º55.56%28.24%-
HSV(B)317.25º71.43%43.92%-
XYZ95.29.98-
YUV62.42143163.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.07%
GREEN value IS 32 (12.89% from 255) = 13.73%
BLUE value IS 89 (35.16% from 255) = 38.20%
R=48.07%
G=13.73%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112328900.710.210.56317.2555.5628.24
Hex702059047153813d381c
Octal16040131010725704757034
Binary11100001000001011001010001111010111100010011110111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702059; }

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

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

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

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

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

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

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

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