#620468

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

Shades of Purple #620468

Tints of Purple #620468

Color information

#620468 (or 0x620468) is unknown color: approx Purple. HEX triplet: 62, 04 and 68. RGB value is (98,4,104). Sum of RGB (Red+Green+Blue) = 98+4+104=206 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.57% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #620468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620468 is #9DFB97. Grayscale: #2B2B2B. Windows color (decimal): -10353560 or 6816866. OLE color: 6816866.

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

Color convert

RGB984104-
CMYK0.060.9600.59
HSL296.4º92.59%21.18%-
HSV(B)296.4º96.15%40.78%-
XYZ7.583.6813.41-
YUV43.51162.14166.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.57%
GREEN value IS 4 (1.95% from 255) = 1.94%
BLUE value IS 104 (41.02% from 255) = 50.49%
R=47.57%
G=1.94%
B=50.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9841040.060.9600.59296.492.5921.18
Hex6246866003B1285d15
Octal1424150614007345013525
Binary1100010100110100011011000000111011100101000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620468; }

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

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

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

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

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

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

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

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