#620166

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

Shades of Purple #620166

Tints of Purple #620166

Color information

#620166 (or 0x620166) is unknown color: approx Purple. HEX triplet: 62, 01 and 66. RGB value is (98,1,102). Sum of RGB (Red+Green+Blue) = 98+1+102=201 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.76% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #620166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620166 is #9DFE99. Grayscale: #292929. Windows color (decimal): -10354330 or 6685026. OLE color: 6685026.

HSL color Cylindrical-coordinate representation of color #620166: hue angle of 297.62º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #620166 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB981102-
CMYK0.040.9900.6
HSL297.62º98.06%20.2%-
HSV(B)297.62º99.02%40%-
XYZ7.453.5812.87-
YUV41.52162.14168.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.76%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 102 (40.23% from 255) = 50.75%
R=48.76%
G=0.50%
B=50.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9811020.040.9900.6297.6298.0620.2
Hex6216646303C12a6214
Octal1421146414307445214224
Binary11000101110011010011000110111100100101010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620166; }

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

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

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

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

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

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

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

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