#621C54

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

Shades of Palatinate Purple #621C54

Tints of Palatinate Purple #621C54

Color information

#621C54 (or 0x621C54) is unknown color: approx Palatinate Purple. HEX triplet: 62, 1C and 54. RGB value is (98,28,84). Sum of RGB (Red+Green+Blue) = 98+28+84=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #621C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621C54 is #9DE3AB. Grayscale: #373737. Windows color (decimal): -10347436 or 5512290. OLE color: 5512290.

HSL color Cylindrical-coordinate representation of color #621C54: hue angle of 312º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #621C54 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB982884-
CMYK00.710.140.62
HSL312º55.56%24.71%-
HSV(B)312º71.43%38.43%-
XYZ7.054.078.8-
YUV55.31144.19158.45-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.67%
GREEN value IS 28 (11.33% from 255) = 13.33%
BLUE value IS 84 (33.20% from 255) = 40%
R=46.67%
G=13.33%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98288400.710.140.6231255.5624.71
Hex621C54047E3E1383819
Octal14234124010716764707031
Binary110001011100101010001000111111011111010011100011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,28,84); }

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

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

 a { background-color: rgb(98,28,84); }

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

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

 span { border-color: rgb(98,28,84); }

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