#620268

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

Shades of Purple #620268

Tints of Purple #620268

Color information

#620268 (or 0x620268) is unknown color: approx Purple. HEX triplet: 62, 02 and 68. RGB value is (98,2,104). Sum of RGB (Red+Green+Blue) = 98+2+104=204 (27% of max value = 765). Red value is 98 (38.67% from 255 or 48.04% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #620268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620268 is #9DFD97. Grayscale: #2A2A2A. Windows color (decimal): -10354072 or 6816354. OLE color: 6816354.

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

Color convert

RGB982104-
CMYK0.060.9800.59
HSL296.47º96.23%20.78%-
HSV(B)296.47º98.08%40.78%-
XYZ7.563.6413.4-
YUV42.33162.8167.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.04%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 104 (41.02% from 255) = 50.98%
R=48.04%
G=0.98%
B=50.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9821040.060.9800.59296.4796.2320.78
Hex6226866203B1286015
Octal1422150614207345014025
Binary110001010110100011011000100111011100101000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620268; }

 p { color: rgb(98,2,104); }

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

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

 a { background-color: rgb(98,2,104); }

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

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

 span { border-color: rgb(98,2,104); }

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