Shades of Seance #642C75
Tints of Seance #642C75
RGB
CMYK
RGB Variations
Color information
#642C75 (or 0x642C75) is known color: Seance. HEX triplet: 64, 2C and 75. RGB value is (100,44,117). Sum of RGB (Red+Green+Blue) = 100+44+117=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 44 (17.58% from 255 or 16.86% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #642C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #642C75 is #9BD38A. Grayscale: #444444. Windows color (decimal): -10212235 or 7679076. OLE color: 7679076.
HSL color Cylindrical-coordinate representation of color #642C75: hue angle of 286.03º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #642C75 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 44 | 117 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.54 |
| HSL | 286.03º | 0.45% | 0.32% | - |
| HSV(B) | 286.03º | 0.62% | 0.46% | - |
| XYZ | 9.37 | 5.8 | 17.45 | - |
| YUV | 69.07 | 155.05 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 44 | 117 | 0.15 | 0.62 | 0 | 0.54 | 286.03 | 0.45 | 0.32 |
| Hex | 64 | 2C | 75 | F | 3E | 0 | 36 | 11E | 2D | 20 |
| Octal | 144 | 54 | 165 | 17 | 76 | 0 | 66 | 436 | 55 | 40 |
| Binary | 1100100 | 101100 | 1110101 | 1111 | 111110 | 0 | 110110 | 100011110 | 101101 | 100000 |
Color Harmonies of #642C75
Complementary color
Monochromatic Colors of #642C75
Black with #642C75
Text Example
Text Example
White with #642C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642C75; }
p { color: rgb(100,44,117); }
H1.HeaderClassName
{
color: #642C75;
}
.AnyTagClassName
{
color: #642C75;
}
</style>
background-color css
<style>
a { background-color: #642C75; }
a { background-color: rgb(100,44,117); }
div.DivClassName
{
background-color: #642C75;
}
.BgClassName
{
background-color: #642C75;
}
</style>
border-color css
<style>
span { border-color: #642C75; }
span { border-color: rgb(100,44,117); }
td.TdClassName
{
border-color: #642C75;
}
.TagClassName
{
border-color: #642C75;
}
</style>