#642970

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

Shades of Seance #642970

Tints of Seance #642970

Color information

#642970 (or 0x642970) is unknown color: approx Seance. HEX triplet: 64, 29 and 70. RGB value is (100,41,112). Sum of RGB (Red+Green+Blue) = 100+41+112=253 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.53% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 112 - color contains mainly: blue. Hex color #642970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642970 is #9BD68F. Grayscale: #424242. Windows color (decimal): -10213008 or 7350628. OLE color: 7350628.

HSL color Cylindrical-coordinate representation of color #642970: hue angle of 289.86º 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 #642970 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10041112-
CMYK0.110.6300.56
HSL289.86º46.41%30%-
HSV(B)289.86º63.39%43.92%-
XYZ8.975.4715.91-
YUV66.74153.55151.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.53%
GREEN value IS 41 (16.41% from 255) = 16.21%
BLUE value IS 112 (44.14% from 255) = 44.27%
R=39.53%
G=16.21%
B=44.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal100411120.110.6300.56289.8646.4130
Hex642970B3F0381222e1e
Octal1445116013770704425636
Binary110010010100111100001011111111011100010010001010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642970; }

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

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

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

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

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

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

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

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