#621A5B

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

Shades of Palatinate Purple #621A5B

Tints of Palatinate Purple #621A5B

Color information

#621A5B (or 0x621A5B) is unknown color: approx Palatinate Purple. HEX triplet: 62, 1A and 5B. RGB value is (98,26,91). Sum of RGB (Red+Green+Blue) = 98+26+91=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 98 - color contains mainly: red. Hex color #621A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621A5B is #9DE5A4. Grayscale: #363636. Windows color (decimal): -10347941 or 5970530. OLE color: 5970530.

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

Color convert

RGB982691-
CMYK00.730.070.62
HSL305.83º58.06%24.31%-
HSV(B)305.83º73.47%38.43%-
XYZ7.294.0910.3-
YUV54.94148.35158.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.58%
GREEN value IS 26 (10.55% from 255) = 12.09%
BLUE value IS 91 (35.94% from 255) = 42.33%
R=45.58%
G=12.09%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98269100.730.070.62305.8358.0624.31
Hex621A5B04973E1323a18
Octal1423213301117764627230
Binary11000101101010110110100100111111111010011001011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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