#621D5B

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

Shades of Palatinate Purple #621D5B

Tints of Palatinate Purple #621D5B

Color information

#621D5B (or 0x621D5B) is unknown color: approx Palatinate Purple. HEX triplet: 62, 1D and 5B. RGB value is (98,29,91). Sum of RGB (Red+Green+Blue) = 98+29+91=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 98 - color contains mainly: red. Hex color #621D5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621D5B is #9DE2A4. Grayscale: #383838. Windows color (decimal): -10347173 or 5971298. OLE color: 5971298.

HSL color Cylindrical-coordinate representation of color #621D5B: hue angle of 306.09º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #621D5B is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB982991-
CMYK00.700.070.62
HSL306.09º54.33%24.9%-
HSV(B)306.09º70.41%38.43%-
XYZ7.364.2310.33-
YUV56.7147.36157.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.95%
GREEN value IS 29 (11.72% from 255) = 13.30%
BLUE value IS 91 (35.94% from 255) = 41.74%
R=44.95%
G=13.30%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98299100.700.070.62306.0954.3324.9
Hex621D5B04673E1323619
Octal1423513301067764626631
Binary11000101110110110110100011011111111010011001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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