#621866

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

Shades of Palatinate Purple #621866

Tints of Palatinate Purple #621866

Color information

#621866 (or 0x621866) is unknown color: approx Palatinate Purple. HEX triplet: 62, 18 and 66. RGB value is (98,24,102). Sum of RGB (Red+Green+Blue) = 98+24+102=224 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.75% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 102 - color contains mainly: blue. Hex color #621866 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621866 is #9DE799. Grayscale: #363636. Windows color (decimal): -10348442 or 6690914. OLE color: 6690914.

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

Color convert

RGB9824102-
CMYK0.040.7600.6
HSL296.92º61.9%24.71%-
HSV(B)296.92º76.47%40%-
XYZ7.764.2112.97-
YUV55.02154.52158.66-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.75%
GREEN value IS 24 (9.77% from 255) = 10.71%
BLUE value IS 102 (40.23% from 255) = 45.54%
R=43.75%
G=10.71%
B=45.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal98241020.040.7600.6296.9261.924.71
Hex62186644C03C1293e19
Octal1423014641140744517631
Binary11000101100011001101001001100011110010010100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621866; }

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

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

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

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

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

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

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

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