#621862

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

Shades of Palatinate Purple #621862

Tints of Palatinate Purple #621862

Color information

#621862 (or 0x621862) is unknown color: approx Palatinate Purple. HEX triplet: 62, 18 and 62. RGB value is (98,24,98). Sum of RGB (Red+Green+Blue) = 98+24+98=220 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.55% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 98 (38.67% from 255 or 44.55% from 220); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #621862 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621862 is #9DE79D. Grayscale: #363636. Windows color (decimal): -10348446 or 6428770. OLE color: 6428770.

HSL color Cylindrical-coordinate representation of color #621862: hue angle of 300º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #621862 is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB982498-
CMYK00.7600.62
HSL300º60.66%23.92%-
HSV(B)300º75.51%38.43%-
XYZ7.574.1311.95-
YUV54.56152.52158.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.55%
GREEN value IS 24 (9.77% from 255) = 10.91%
BLUE value IS 98 (38.67% from 255) = 44.55%
R=44.55%
G=10.91%
B=44.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98249800.7600.6230060.6623.92
Hex62186204C03E12c3d18
Octal1423014201140764547530
Binary110001011000110001001001100011111010010110011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621862; }

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

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

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

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

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

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

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

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