#620169

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

Shades of Purple #620169

Tints of Purple #620169

Color information

#620169 (or 0x620169) is unknown color: approx Purple. HEX triplet: 62, 01 and 69. RGB value is (98,1,105). Sum of RGB (Red+Green+Blue) = 98+1+105=204 (27% of max value = 765). Red value is 98 (38.67% from 255 or 48.04% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #620169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620169 is #9DFE96. Grayscale: #292929. Windows color (decimal): -10354327 or 6881634. OLE color: 6881634.

HSL color Cylindrical-coordinate representation of color #620169: hue angle of 295.96º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #620169 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB981105-
CMYK0.070.9900.59
HSL295.96º98.11%20.78%-
HSV(B)295.96º99.05%41.18%-
XYZ7.63.6413.67-
YUV41.86163.64168.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.04%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 105 (41.41% from 255) = 51.47%
R=48.04%
G=0.49%
B=51.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9811050.070.9900.59295.9698.1120.78
Hex6216976303B1286215
Octal1421151714307345014225
Binary11000101110100111111000110111011100101000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620169; }

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

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

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

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

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

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

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

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