#621C5B

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

Shades of Palatinate Purple #621C5B

Tints of Palatinate Purple #621C5B

Color information

#621C5B (or 0x621C5B) is unknown color: approx Palatinate Purple. HEX triplet: 62, 1C and 5B. RGB value is (98,28,91). Sum of RGB (Red+Green+Blue) = 98+28+91=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 28 (11.33% from 255 or 12.90% from 217); Blue value is 91 (35.94% from 255 or 41.94% from 217); Max value from RGB is 98 - color contains mainly: red. Hex color #621C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621C5B is #9DE3A4. Grayscale: #373737. Windows color (decimal): -10347429 or 5971042. OLE color: 5971042.

HSL color Cylindrical-coordinate representation of color #621C5B: hue angle of 306º 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 #621C5B is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB982891-
CMYK00.710.070.62
HSL306º55.56%24.71%-
HSV(B)306º71.43%38.43%-
XYZ7.344.1810.32-
YUV56.11147.69157.88-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.16%
GREEN value IS 28 (11.33% from 255) = 12.90%
BLUE value IS 91 (35.94% from 255) = 41.94%
R=45.16%
G=12.90%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98289100.710.070.6230655.5624.71
Hex621C5B04773E1323819
Octal1423413301077764627031
Binary11000101110010110110100011111111111010011001011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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