#620160

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

Shades of Palatinate Purple #620160

Tints of Palatinate Purple #620160

Color information

#620160 (or 0x620160) is unknown color: approx Palatinate Purple. HEX triplet: 62, 01 and 60. RGB value is (98,1,96). Sum of RGB (Red+Green+Blue) = 98+1+96=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #620160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620160 is #9DFE9F. Grayscale: #282828. Windows color (decimal): -10354336 or 6291810. OLE color: 6291810.

HSL color Cylindrical-coordinate representation of color #620160: hue angle of 301.24º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #620160 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB98196-
CMYK00.990.020.62
HSL301.24º97.98%19.41%-
HSV(B)301.24º98.98%38.43%-
XYZ7.163.4611.36-
YUV40.83159.14168.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.26%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 96 (37.89% from 255) = 49.23%
R=50.26%
G=0.51%
B=49.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9819600.990.020.62301.2497.9819.41
Hex6216006323E12d6213
Octal1421140014327645514223
Binary1100010111000000110001110111110100101101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620160; }

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

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

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

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

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

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

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

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