Shades of Seance #642270
Tints of Seance #642270
RGB
CMYK
RGB Variations
Color information
#642270 (or 0x642270) is known color: Seance. HEX triplet: 64, 22 and 70. RGB value is (100,34,112). Sum of RGB (Red+Green+Blue) = 100+34+112=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #642270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642270 is #9BDD8F. Grayscale: #3E3E3E. Windows color (decimal): -10214800 or 7348836. OLE color: 7348836.
HSL color Cylindrical-coordinate representation of color #642270: hue angle of 290.77º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #642270 is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 34 | 112 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.56 |
| HSL | 290.77º | 0.53% | 0.29% | - |
| HSV(B) | 290.77º | 0.7% | 0.44% | - |
| XYZ | 8.75 | 5.02 | 15.84 | - |
| YUV | 62.63 | 155.87 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 34 | 112 | 0.11 | 0.70 | 0 | 0.56 | 290.77 | 0.53 | 0.29 |
| Hex | 64 | 22 | 70 | B | 46 | 0 | 38 | 123 | 35 | 1D |
| Octal | 144 | 42 | 160 | 13 | 106 | 0 | 70 | 443 | 65 | 35 |
| Binary | 1100100 | 100010 | 1110000 | 1011 | 1000110 | 0 | 111000 | 100100011 | 110101 | 11101 |
Color Harmonies of #642270
Complementary color
Monochromatic Colors of #642270
Black with #642270
Text Example
Text Example
White with #642270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642270; }
p { color: rgb(100,34,112); }
H1.HeaderClassName
{
color: #642270;
}
.AnyTagClassName
{
color: #642270;
}
</style>
background-color css
<style>
a { background-color: #642270; }
a { background-color: rgb(100,34,112); }
div.DivClassName
{
background-color: #642270;
}
.BgClassName
{
background-color: #642270;
}
</style>
border-color css
<style>
span { border-color: #642270; }
span { border-color: rgb(100,34,112); }
td.TdClassName
{
border-color: #642270;
}
.TagClassName
{
border-color: #642270;
}
</style>