#621960

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

Shades of Palatinate Purple #621960

Tints of Palatinate Purple #621960

Color information

#621960 (or 0x621960) is unknown color: approx Palatinate Purple. HEX triplet: 62, 19 and 60. RGB value is (98,25,96). Sum of RGB (Red+Green+Blue) = 98+25+96=219 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.75% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 98 - color contains mainly: red. Hex color #621960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621960 is #9DE69F. Grayscale: #363636. Windows color (decimal): -10348192 or 6297954. OLE color: 6297954.

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

Color convert

RGB982596-
CMYK00.740.020.62
HSL301.64º59.35%24.12%-
HSV(B)301.64º74.49%38.43%-
XYZ7.54.1411.47-
YUV54.92151.18158.73-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.75%
GREEN value IS 25 (10.16% from 255) = 11.42%
BLUE value IS 96 (37.89% from 255) = 43.84%
R=44.75%
G=11.42%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98259600.740.020.62301.6459.3524.12
Hex62196004A23E12e3b18
Octal1423114001122764567330
Binary1100010110011100000010010101011111010010111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621960; }

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

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

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

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

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

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

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

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