#621A51

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

Shades of Palatinate Purple #621A51

Tints of Palatinate Purple #621A51

Color information

#621A51 (or 0x621A51) is unknown color: approx Palatinate Purple. HEX triplet: 62, 1A and 51. RGB value is (98,26,81). Sum of RGB (Red+Green+Blue) = 98+26+81=205 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.80% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 98 - color contains mainly: red. Hex color #621A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621A51 is #9DE5AE. Grayscale: #353535. Windows color (decimal): -10347951 or 5315170. OLE color: 5315170.

HSL color Cylindrical-coordinate representation of color #621A51: hue angle of 314.17º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #621A51 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB982681-
CMYK00.730.170.62
HSL314.17º58.06%24.31%-
HSV(B)314.17º73.47%38.43%-
XYZ6.893.938.18-
YUV53.8143.35159.53-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.80%
GREEN value IS 26 (10.55% from 255) = 12.68%
BLUE value IS 81 (32.03% from 255) = 39.51%
R=47.80%
G=12.68%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98268100.730.170.62314.1758.0624.31
Hex621A51049113E13a3a18
Octal14232121011121764727230
Binary1100010110101010001010010011000111111010011101011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621A51; }

 p { color: rgb(98,26,81); }

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

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

 a { background-color: rgb(98,26,81); }

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

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

 span { border-color: rgb(98,26,81); }

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