#621863

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

Shades of Palatinate Purple #621863

Tints of Palatinate Purple #621863

Color information

#621863 (or 0x621863) is unknown color: approx Palatinate Purple. HEX triplet: 62, 18 and 63. RGB value is (98,24,99). Sum of RGB (Red+Green+Blue) = 98+24+99=221 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.34% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #621863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621863 is #9DE79C. Grayscale: #363636. Windows color (decimal): -10348445 or 6494306. OLE color: 6494306.

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

Color convert

RGB982499-
CMYK0.010.7600.61
HSL299.2º60.98%24.12%-
HSV(B)299.2º75.76%38.82%-
XYZ7.624.1512.2-
YUV54.68153.02158.9-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.34%
GREEN value IS 24 (9.77% from 255) = 10.86%
BLUE value IS 99 (39.06% from 255) = 44.80%
R=44.34%
G=10.86%
B=44.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9824990.010.7600.61299.260.9824.12
Hex62186314C03D12b3d18
Octal1423014311140754537530
Binary110001011000110001111001100011110110010101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621863; }

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

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

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

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

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

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

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

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