#621370

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

Shades of Seance #621370

Tints of Seance #621370

Color information

#621370 (or 0x621370) is unknown color: approx Seance. HEX triplet: 62, 13 and 70. RGB value is (98,19,112). Sum of RGB (Red+Green+Blue) = 98+19+112=229 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.79% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #621370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621370 is #9DEC8F. Grayscale: #343434. Windows color (decimal): -10349712 or 7344994. OLE color: 7344994.

HSL color Cylindrical-coordinate representation of color #621370: hue angle of 290.97º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #621370 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9819112-
CMYK0.130.8300.56
HSL290.97º70.99%25.69%-
HSV(B)290.97º83.04%43.92%-
XYZ8.194.2315.71-
YUV53.22161.17159.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.79%
GREEN value IS 19 (7.81% from 255) = 8.30%
BLUE value IS 112 (44.14% from 255) = 48.91%
R=42.79%
G=8.30%
B=48.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal98191120.130.8300.56290.9770.9925.69
Hex621370D53038123471a
Octal142231601512307044310732
Binary1100010100111110000110110100110111000100100011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621370; }

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

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

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

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

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

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

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

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