#621661

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

Shades of Palatinate Purple #621661

Tints of Palatinate Purple #621661

Color information

#621661 (or 0x621661) is unknown color: approx Palatinate Purple. HEX triplet: 62, 16 and 61. RGB value is (98,22,97). Sum of RGB (Red+Green+Blue) = 98+22+97=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 98 - color contains mainly: red. Hex color #621661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621661 is #9DE99E. Grayscale: #353535. Windows color (decimal): -10348959 or 6362722. OLE color: 6362722.

HSL color Cylindrical-coordinate representation of color #621661: hue angle of 300.79º 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 #621661 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB982297-
CMYK00.780.010.62
HSL300.79º63.33%23.53%-
HSV(B)300.79º77.55%38.43%-
XYZ7.484.0311.69-
YUV53.27152.68159.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.16%
GREEN value IS 22 (8.98% from 255) = 10.14%
BLUE value IS 97 (38.28% from 255) = 44.70%
R=45.16%
G=10.14%
B=44.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98229700.780.010.62300.7963.3323.53
Hex62166104E13E12d3f18
Octal1422614101161764557730
Binary110001010110110000101001110111111010010110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621661; }

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

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

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

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

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

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

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

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