#620960

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

Shades of Palatinate Purple #620960

Tints of Palatinate Purple #620960

Color information

#620960 (or 0x620960) is unknown color: approx Palatinate Purple. HEX triplet: 62, 09 and 60. RGB value is (98,9,96). Sum of RGB (Red+Green+Blue) = 98+9+96=203 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.28% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 98 - color contains mainly: red. Hex color #620960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620960 is #9DF69F. Grayscale: #2D2D2D. Windows color (decimal): -10352288 or 6293858. OLE color: 6293858.

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

Color convert

RGB98996-
CMYK00.910.020.62
HSL301.35º83.18%20.98%-
HSV(B)301.35º90.82%38.43%-
XYZ7.253.6411.39-
YUV45.53156.49165.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.28%
GREEN value IS 9 (3.91% from 255) = 4.43%
BLUE value IS 96 (37.89% from 255) = 47.29%
R=48.28%
G=4.43%
B=47.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9899600.910.020.62301.3583.1820.98
Hex6296005B23E12d5315
Octal14211140013327645512325
Binary1100010100111000000101101110111110100101101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620960; }

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

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

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

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

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

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

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

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