#621368

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

Shades of Palatinate Purple #621368

Tints of Palatinate Purple #621368

Color information

#621368 (or 0x621368) is unknown color: approx Palatinate Purple. HEX triplet: 62, 13 and 68. RGB value is (98,19,104). Sum of RGB (Red+Green+Blue) = 98+19+104=221 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.34% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #621368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621368 is #9DEC97. Grayscale: #343434. Windows color (decimal): -10349720 or 6820706. OLE color: 6820706.

HSL color Cylindrical-coordinate representation of color #621368: hue angle of 295.76º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #621368 is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9819104-
CMYK0.060.8200.59
HSL295.76º69.11%24.12%-
HSV(B)295.76º81.73%40.78%-
XYZ7.774.0613.47-
YUV52.31157.17160.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.34%
GREEN value IS 19 (7.81% from 255) = 8.60%
BLUE value IS 104 (41.02% from 255) = 47.06%
R=44.34%
G=8.60%
B=47.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98191040.060.8200.59295.7669.1124.12
Hex62136865203B1284518
Octal14223150612207345010530
Binary110001010011110100011010100100111011100101000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621368; }

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

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

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

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

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

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

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

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