#702062

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

Shades of Palatinate Purple #702062

Tints of Palatinate Purple #702062

Color information

#702062 (or 0x702062) is unknown color: approx Palatinate Purple. HEX triplet: 70, 20 and 62. RGB value is (112,32,98). Sum of RGB (Red+Green+Blue) = 112+32+98=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 112 - color contains mainly: red. Hex color #702062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702062 is #8FDF9D. Grayscale: #3F3F3F. Windows color (decimal): -9428894 or 6430832. OLE color: 6430832.

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

Color convert

RGB1123298-
CMYK00.710.130.56
HSL310.5º55.56%28.24%-
HSV(B)310.5º71.43%43.92%-
XYZ9.45.3612.09-
YUV63.44147.5162.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 32 (12.89% from 255) = 13.22%
BLUE value IS 98 (38.67% from 255) = 40.50%
R=46.28%
G=13.22%
B=40.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112329800.710.130.56310.555.5628.24
Hex702062047D38136381c
Octal16040142010715704667034
Binary1110000100000110001001000111110111100010011011011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702062; }

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

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

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

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

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

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

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

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