#621A5D

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

Shades of Palatinate Purple #621A5D

Tints of Palatinate Purple #621A5D

Color information

#621A5D (or 0x621A5D) is unknown color: approx Palatinate Purple. HEX triplet: 62, 1A and 5D. RGB value is (98,26,93). Sum of RGB (Red+Green+Blue) = 98+26+93=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 98 - color contains mainly: red. Hex color #621A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621A5D is #9DE5A2. Grayscale: #363636. Windows color (decimal): -10347939 or 6101602. OLE color: 6101602.

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

Color convert

RGB982693-
CMYK00.730.050.62
HSL304.17º58.06%24.31%-
HSV(B)304.17º73.47%38.43%-
XYZ7.384.1310.76-
YUV55.17149.35158.55-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.16%
GREEN value IS 26 (10.55% from 255) = 11.98%
BLUE value IS 93 (36.72% from 255) = 42.86%
R=45.16%
G=11.98%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98269300.730.050.62304.1758.0624.31
Hex621A5D04953E1303a18
Octal1423213501115764607230
Binary11000101101010111010100100110111111010011000011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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