#702060

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

Shades of Palatinate Purple #702060

Tints of Palatinate Purple #702060

Color information

#702060 (or 0x702060) is unknown color: approx Palatinate Purple. HEX triplet: 70, 20 and 60. RGB value is (112,32,96). Sum of RGB (Red+Green+Blue) = 112+32+96=240 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.67% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 112 - color contains mainly: red. Hex color #702060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702060 is #8FDF9F. Grayscale: #3F3F3F. Windows color (decimal): -9428896 or 6299760. OLE color: 6299760.

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

Color convert

RGB1123296-
CMYK00.710.140.56
HSL312º55.56%28.24%-
HSV(B)312º71.43%43.92%-
XYZ9.315.3211.6-
YUV63.22146.5162.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.67%
GREEN value IS 32 (12.89% from 255) = 13.33%
BLUE value IS 96 (37.89% from 255) = 40%
R=46.67%
G=13.33%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112329600.710.140.5631255.5628.24
Hex702060047E38138381c
Octal16040140010716704707034
Binary1110000100000110000001000111111011100010011100011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702060; }

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

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

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

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

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

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

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

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