#621063

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

Shades of Palatinate Purple #621063

Tints of Palatinate Purple #621063

Color information

#621063 (or 0x621063) is unknown color: approx Palatinate Purple. HEX triplet: 62, 10 and 63. RGB value is (98,16,99). Sum of RGB (Red+Green+Blue) = 98+16+99=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 99 (39.06% from 255 or 46.48% from 213); Max value from RGB is 99 - color contains mainly: blue. Hex color #621063 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621063 is #9DEF9C. Grayscale: #313131. Windows color (decimal): -10350493 or 6492258. OLE color: 6492258.

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

Color convert

RGB981699-
CMYK0.010.8400.61
HSL299.28º72.17%22.55%-
HSV(B)299.28º83.84%38.82%-
XYZ7.473.8712.16-
YUV49.98155.67162.25-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.01%
GREEN value IS 16 (6.64% from 255) = 7.51%
BLUE value IS 99 (39.06% from 255) = 46.48%
R=46.01%
G=7.51%
B=46.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9816990.010.8400.61299.2872.1722.55
Hex62106315403D12b4817
Octal14220143112407545311027
Binary1100010100001100011110101000111101100101011100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621063; }

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

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

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

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

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

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

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

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