#622070

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

Shades of Seance #622070

Tints of Seance #622070

Color information

#622070 (or 0x622070) is unknown color: approx Seance. HEX triplet: 62, 20 and 70. RGB value is (98,32,112). Sum of RGB (Red+Green+Blue) = 98+32+112=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #622070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622070 is #9DDF8F. Grayscale: #3C3C3C. Windows color (decimal): -10346384 or 7348322. OLE color: 7348322.

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

Color convert

RGB9832112-
CMYK0.130.7100.56
HSL289.5º55.56%28.24%-
HSV(B)289.5º71.43%43.92%-
XYZ8.484.815.81-
YUV60.85156.87154.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.50%
GREEN value IS 32 (12.89% from 255) = 13.22%
BLUE value IS 112 (44.14% from 255) = 46.28%
R=40.50%
G=13.22%
B=46.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal98321120.130.7100.56289.555.5628.24
Hex622070D47038122381c
Octal14240160151070704427034
Binary1100010100000111000011011000111011100010010001011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622070; }

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

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

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

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

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

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

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

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