#62016A

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

Shades of Purple #62016A

Tints of Purple #62016A

Color information

#62016A (or 0x62016A) is unknown color: approx Purple. HEX triplet: 62, 01 and 6A. RGB value is (98,1,106). Sum of RGB (Red+Green+Blue) = 98+1+106=205 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.80% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 106 (41.80% from 255 or 51.71% from 205); Max value from RGB is 106 - color contains mainly: blue. Hex color #62016A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62016A is #9DFE95. Grayscale: #292929. Windows color (decimal): -10354326 or 6947170. OLE color: 6947170.

HSL color Cylindrical-coordinate representation of color #62016A: hue angle of 295.43º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #62016A is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB981106-
CMYK0.080.9900.58
HSL295.43º98.13%20.98%-
HSV(B)295.43º99.06%41.57%-
XYZ7.653.6613.94-
YUV41.97164.14167.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.80%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 106 (41.80% from 255) = 51.71%
R=47.80%
G=0.49%
B=51.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9811060.080.9900.58295.4398.1320.98
Hex6216A86303A1276215
Octal14211521014307244714225
Binary110001011101010100011000110111010100100111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62016A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62016A; }

 p { color: rgb(98,1,106); }

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

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

 a { background-color: rgb(98,1,106); }

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

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

 span { border-color: rgb(98,1,106); }

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