#622970

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

Shades of Seance #622970

Tints of Seance #622970

Color information

#622970 (or 0x622970) is unknown color: approx Seance. HEX triplet: 62, 29 and 70. RGB value is (98,41,112). Sum of RGB (Red+Green+Blue) = 98+41+112=251 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.04% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 112 - color contains mainly: blue. Hex color #622970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622970 is #9DD68F. Grayscale: #414141. Windows color (decimal): -10344080 or 7350626. OLE color: 7350626.

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

Color convert

RGB9841112-
CMYK0.130.6300.56
HSL288.17º46.41%30%-
HSV(B)288.17º63.39%43.92%-
XYZ8.755.3515.9-
YUV66.14153.88150.73-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.04%
GREEN value IS 41 (16.41% from 255) = 16.33%
BLUE value IS 112 (44.14% from 255) = 44.62%
R=39.04%
G=16.33%
B=44.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal98411120.130.6300.56288.1746.4130
Hex622970D3F0381202e1e
Octal1425116015770704405636
Binary110001010100111100001101111111011100010010000010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622970; }

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

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

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

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

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

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

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

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