#621F5B

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

Shades of Palatinate Purple #621F5B

Tints of Palatinate Purple #621F5B

Color information

#621F5B (or 0x621F5B) is unknown color: approx Palatinate Purple. HEX triplet: 62, 1F and 5B. RGB value is (98,31,91). Sum of RGB (Red+Green+Blue) = 98+31+91=220 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.55% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 98 - color contains mainly: red. Hex color #621F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621F5B is #9DE0A4. Grayscale: #393939. Windows color (decimal): -10346661 or 5971810. OLE color: 5971810.

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

Color convert

RGB983191-
CMYK00.680.070.62
HSL306.27º51.94%25.29%-
HSV(B)306.27º68.37%38.43%-
XYZ7.424.3310.34-
YUV57.87146.7156.62-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.55%
GREEN value IS 31 (12.5% from 255) = 14.09%
BLUE value IS 91 (35.94% from 255) = 41.36%
R=44.55%
G=14.09%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98319100.680.070.62306.2751.9425.29
Hex621F5B04473E1323419
Octal1423713301047764626431
Binary11000101111110110110100010011111111010011001011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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