#621660

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

Shades of Palatinate Purple #621660

Tints of Palatinate Purple #621660

Color information

#621660 (or 0x621660) is unknown color: approx Palatinate Purple. HEX triplet: 62, 16 and 60. RGB value is (98,22,96). Sum of RGB (Red+Green+Blue) = 98+22+96=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 98 - color contains mainly: red. Hex color #621660 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621660 is #9DE99F. Grayscale: #343434. Windows color (decimal): -10348960 or 6297186. OLE color: 6297186.

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

Color convert

RGB982296-
CMYK00.780.020.62
HSL301.58º63.33%23.53%-
HSV(B)301.58º77.55%38.43%-
XYZ7.444.0211.45-
YUV53.16152.18159.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.37%
GREEN value IS 22 (8.98% from 255) = 10.19%
BLUE value IS 96 (37.89% from 255) = 44.44%
R=45.37%
G=10.19%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98229600.780.020.62301.5863.3323.53
Hex62166004E23E12e3f18
Octal1422614001162764567730
Binary1100010101101100000010011101011111010010111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621660; }

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

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

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

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

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

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

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

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