#621963

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

Shades of Palatinate Purple #621963

Tints of Palatinate Purple #621963

Color information

#621963 (or 0x621963) is unknown color: approx Palatinate Purple. HEX triplet: 62, 19 and 63. RGB value is (98,25,99). Sum of RGB (Red+Green+Blue) = 98+25+99=222 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.14% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #621963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621963 is #9DE69C. Grayscale: #373737. Windows color (decimal): -10348189 or 6494562. OLE color: 6494562.

HSL color Cylindrical-coordinate representation of color #621963: hue angle of 299.19º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #621963 is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB982599-
CMYK0.010.7500.61
HSL299.19º59.68%24.31%-
HSV(B)299.19º74.75%38.82%-
XYZ7.644.1912.21-
YUV55.26152.68158.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.14%
GREEN value IS 25 (10.16% from 255) = 11.26%
BLUE value IS 99 (39.06% from 255) = 44.59%
R=44.14%
G=11.26%
B=44.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9825990.010.7500.61299.1959.6824.31
Hex62196314B03D12b3c18
Octal1423114311130754537430
Binary110001011001110001111001011011110110010101111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621963; }

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

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

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

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

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

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

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

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