#621B58

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

Shades of Palatinate Purple #621B58

Tints of Palatinate Purple #621B58

Color information

#621B58 (or 0x621B58) is unknown color: approx Palatinate Purple. HEX triplet: 62, 1B and 58. RGB value is (98,27,88). Sum of RGB (Red+Green+Blue) = 98+27+88=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 27 (10.94% from 255 or 12.68% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 98 - color contains mainly: red. Hex color #621B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621B58 is #9DE4A7. Grayscale: #373737. Windows color (decimal): -10347688 or 5774178. OLE color: 5774178.

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

Color convert

RGB982788-
CMYK00.720.100.62
HSL308.45º56.8%24.51%-
HSV(B)308.45º72.45%38.43%-
XYZ7.194.099.64-
YUV55.18146.52158.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.01%
GREEN value IS 27 (10.94% from 255) = 12.68%
BLUE value IS 88 (34.77% from 255) = 41.31%
R=46.01%
G=12.68%
B=41.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98278800.720.100.62308.4556.824.51
Hex621B58048A3E1343919
Octal14233130011012764647131
Binary110001011011101100001001000101011111010011010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,27,88); }

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

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

 a { background-color: rgb(98,27,88); }

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

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

 span { border-color: rgb(98,27,88); }

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