#621168

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

Shades of Palatinate Purple #621168

Tints of Palatinate Purple #621168

Color information

#621168 (or 0x621168) is unknown color: approx Palatinate Purple. HEX triplet: 62, 11 and 68. RGB value is (98,17,104). Sum of RGB (Red+Green+Blue) = 98+17+104=219 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.75% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #621168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621168 is #9DEE97. Grayscale: #323232. Windows color (decimal): -10350232 or 6820194. OLE color: 6820194.

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

Color convert

RGB9817104-
CMYK0.060.8400.59
HSL295.86º71.9%23.73%-
HSV(B)295.86º83.65%40.78%-
XYZ7.74413.46-
YUV51.14157.84161.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.75%
GREEN value IS 17 (7.03% from 255) = 7.76%
BLUE value IS 104 (41.02% from 255) = 47.49%
R=44.75%
G=7.76%
B=47.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98171040.060.8400.59295.8671.923.73
Hex62116865403B1284818
Octal14221150612407345011030
Binary110001010001110100011010101000111011100101000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621168; }

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

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

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

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

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

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

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

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