#620669

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

Shades of Purple #620669

Tints of Purple #620669

Color information

#620669 (or 0x620669) is unknown color: approx Purple. HEX triplet: 62, 06 and 69. RGB value is (98,6,105). Sum of RGB (Red+Green+Blue) = 98+6+105=209 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.89% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #620669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620669 is #9DF996. Grayscale: #2C2C2C. Windows color (decimal): -10353047 or 6882914. OLE color: 6882914.

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

Color convert

RGB986105-
CMYK0.070.9400.59
HSL295.76º89.19%21.76%-
HSV(B)295.76º94.29%41.18%-
XYZ7.653.7513.68-
YUV44.79161.98165.95-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.89%
GREEN value IS 6 (2.73% from 255) = 2.87%
BLUE value IS 105 (41.41% from 255) = 50.24%
R=46.89%
G=2.87%
B=50.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9861050.070.9400.59295.7689.1921.76
Hex6266975E03B1285916
Octal1426151713607345013126
Binary1100010110110100111110111100111011100101000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620669; }

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

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

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

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

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

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

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

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