#620668

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

Shades of Palatinate Purple #620668

Tints of Palatinate Purple #620668

Color information

#620668 (or 0x620668) is unknown color: approx Palatinate Purple. HEX triplet: 62, 06 and 68. RGB value is (98,6,104). Sum of RGB (Red+Green+Blue) = 98+6+104=208 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.12% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 104 (41.02% from 255 or 50% from 208); Max value from RGB is 104 - color contains mainly: blue. Hex color #620668 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620668 is #9DF997. Grayscale: #2C2C2C. Windows color (decimal): -10353048 or 6817378. OLE color: 6817378.

HSL color Cylindrical-coordinate representation of color #620668: hue angle of 296.33º 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 #620668 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB986104-
CMYK0.060.9400.59
HSL296.33º89.09%21.57%-
HSV(B)296.33º94.23%40.78%-
XYZ7.63.7313.42-
YUV44.68161.48166.03-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.12%
GREEN value IS 6 (2.73% from 255) = 2.88%
BLUE value IS 104 (41.02% from 255) = 50%
R=47.12%
G=2.88%
B=50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9861040.060.9400.59296.3389.0921.57
Hex6266865E03B1285916
Octal1426150613607345013126
Binary1100010110110100011010111100111011100101000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620668; }

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

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

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

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

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

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

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

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