#621662

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

Shades of Palatinate Purple #621662

Tints of Palatinate Purple #621662

Color information

#621662 (or 0x621662) is unknown color: approx Palatinate Purple. HEX triplet: 62, 16 and 62. RGB value is (98,22,98). Sum of RGB (Red+Green+Blue) = 98+22+98=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #621662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621662 is #9DE99D. Grayscale: #353535. Windows color (decimal): -10348958 or 6428258. OLE color: 6428258.

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

Color convert

RGB982298-
CMYK00.7800.62
HSL300º63.33%23.53%-
HSV(B)300º77.55%38.43%-
XYZ7.534.0511.94-
YUV53.39153.18159.82-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.95%
GREEN value IS 22 (8.98% from 255) = 10.09%
BLUE value IS 98 (38.67% from 255) = 44.95%
R=44.95%
G=10.09%
B=44.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98229800.7800.6230063.3323.53
Hex62166204E03E12c3f18
Octal1422614201160764547730
Binary110001010110110001001001110011111010010110011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621662; }

 p { color: rgb(98,22,98); }

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

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

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

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

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

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

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