#621566

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

Shades of Palatinate Purple #621566

Tints of Palatinate Purple #621566

Color information

#621566 (or 0x621566) is unknown color: approx Palatinate Purple. HEX triplet: 62, 15 and 66. RGB value is (98,21,102). Sum of RGB (Red+Green+Blue) = 98+21+102=221 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.34% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 102 - color contains mainly: blue. Hex color #621566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621566 is #9DEA99. Grayscale: #353535. Windows color (decimal): -10349210 or 6690146. OLE color: 6690146.

HSL color Cylindrical-coordinate representation of color #621566: hue angle of 297.04º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #621566 is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9821102-
CMYK0.040.7900.6
HSL297.04º65.85%24.12%-
HSV(B)297.04º79.41%40%-
XYZ7.74.0912.95-
YUV53.26155.51159.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.34%
GREEN value IS 21 (8.59% from 255) = 9.50%
BLUE value IS 102 (40.23% from 255) = 46.15%
R=44.34%
G=9.50%
B=46.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal98211020.040.7900.6297.0465.8524.12
Hex62156644F03C1294218
Octal14225146411707445110230
Binary110001010101110011010010011110111100100101001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621566; }

 p { color: rgb(98,21,102); }

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

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

 a { background-color: rgb(98,21,102); }

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

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

 span { border-color: rgb(98,21,102); }

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