#620170

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

Shades of Purple #620170

Tints of Purple #620170

Color information

#620170 (or 0x620170) is unknown color: approx Purple. HEX triplet: 62, 01 and 70. RGB value is (98,1,112). Sum of RGB (Red+Green+Blue) = 98+1+112=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #620170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620170 is #9DFE8F. Grayscale: #2A2A2A. Windows color (decimal): -10354320 or 7340386. OLE color: 7340386.

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

Color convert

RGB981112-
CMYK0.130.9900.56
HSL292.43º98.23%22.16%-
HSV(B)292.43º99.11%43.92%-
XYZ7.973.7915.64-
YUV42.66167.14167.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.45%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 112 (44.14% from 255) = 53.08%
R=46.45%
G=0.47%
B=53.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9811120.130.9900.56292.4398.2322.16
Hex62170D630381246216
Octal14211601514307044414226
Binary110001011110000110111000110111000100100100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620170; }

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

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

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

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

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

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

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

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