#621961

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

Shades of Palatinate Purple #621961

Tints of Palatinate Purple #621961

Color information

#621961 (or 0x621961) is unknown color: approx Palatinate Purple. HEX triplet: 62, 19 and 61. RGB value is (98,25,97). Sum of RGB (Red+Green+Blue) = 98+25+97=220 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.55% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 97 (38.28% from 255 or 44.09% from 220); Max value from RGB is 98 - color contains mainly: red. Hex color #621961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621961 is #9DE69E. Grayscale: #363636. Windows color (decimal): -10348191 or 6363490. OLE color: 6363490.

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

Color convert

RGB982597-
CMYK00.740.010.62
HSL300.82º59.35%24.12%-
HSV(B)300.82º74.49%38.43%-
XYZ7.544.1511.71-
YUV55.04151.68158.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.55%
GREEN value IS 25 (10.16% from 255) = 11.36%
BLUE value IS 97 (38.28% from 255) = 44.09%
R=44.55%
G=11.36%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98259700.740.010.62300.8259.3524.12
Hex62196104A13E12d3b18
Octal1423114101121764557330
Binary110001011001110000101001010111111010010110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621961; }

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

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

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

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

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

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

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

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