#621366

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

Shades of Palatinate Purple #621366

Tints of Palatinate Purple #621366

Color information

#621366 (or 0x621366) is unknown color: approx Palatinate Purple. HEX triplet: 62, 13 and 66. RGB value is (98,19,102). Sum of RGB (Red+Green+Blue) = 98+19+102=219 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.75% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 102 (40.23% from 255 or 46.58% from 219); Max value from RGB is 102 - color contains mainly: blue. Hex color #621366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621366 is #9DEC99. Grayscale: #333333. Windows color (decimal): -10349722 or 6689634. OLE color: 6689634.

HSL color Cylindrical-coordinate representation of color #621366: hue angle of 297.11º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #621366 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9819102-
CMYK0.040.8100.6
HSL297.11º68.6%23.73%-
HSV(B)297.11º81.37%40%-
XYZ7.674.0212.94-
YUV52.08156.17160.75-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.75%
GREEN value IS 19 (7.81% from 255) = 8.68%
BLUE value IS 102 (40.23% from 255) = 46.58%
R=44.75%
G=8.68%
B=46.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal98191020.040.8100.6297.1168.623.73
Hex62136645103C1294518
Octal14223146412107445110530
Binary110001010011110011010010100010111100100101001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621366; }

 p { color: rgb(98,19,102); }

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

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

 a { background-color: rgb(98,19,102); }

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

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

 span { border-color: rgb(98,19,102); }

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