#621C5A

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

Shades of Palatinate Purple #621C5A

Tints of Palatinate Purple #621C5A

Color information

#621C5A (or 0x621C5A) is unknown color: approx Palatinate Purple. HEX triplet: 62, 1C and 5A. RGB value is (98,28,90). Sum of RGB (Red+Green+Blue) = 98+28+90=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 98 - color contains mainly: red. Hex color #621C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621C5A is #9DE3A5. Grayscale: #373737. Windows color (decimal): -10347430 or 5905506. OLE color: 5905506.

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

Color convert

RGB982890-
CMYK00.710.080.62
HSL306.86º55.56%24.71%-
HSV(B)306.86º71.43%38.43%-
XYZ7.34.1710.09-
YUV56147.19157.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.37%
GREEN value IS 28 (11.33% from 255) = 12.96%
BLUE value IS 90 (35.55% from 255) = 41.67%
R=45.37%
G=12.96%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98289000.710.080.62306.8655.5624.71
Hex621C5A04783E1333819
Octal14234132010710764637031
Binary110001011100101101001000111100011111010011001111100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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