#700062

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

Shades of Purple #700062

Tints of Purple #700062

Color information

#700062 (or 0x700062) is unknown color: approx Purple. HEX triplet: 70, 00 and 62. RGB value is (112,0,98). Sum of RGB (Red+Green+Blue) = 112+0+98=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #700062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700062 is #8FFF9D. Grayscale: #2C2C2C. Windows color (decimal): -9437086 or 6422640. OLE color: 6422640.

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

Color convert

RGB112098-
CMYK010.130.56
HSL307.5º100%21.96%-
HSV(B)307.5º100%43.92%-
XYZ8.894.3311.92-
YUV44.66158.11176.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 98 (38.67% from 255) = 46.67%
R=53.33%
G=0%
B=46.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112098010.130.56307.510021.96
Hex70062064D381346416
Octal16001420144157046414426
Binary111000001100010011001001101111000100110100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700062; }

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

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

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

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

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

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

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

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