Shades of Seance #601D6B
Tints of Seance #601D6B
RGB
CMYK
RGB Variations
Color information
#601D6B (or 0x601D6B) is known color: Seance. HEX triplet: 60, 1D and 6B. RGB value is (96,29,107). Sum of RGB (Red+Green+Blue) = 96+29+107=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 107 - color contains mainly: blue. Hex color #601D6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601D6B is #9FE294. Grayscale: #393939. Windows color (decimal): -10478229 or 7019872. OLE color: 7019872.
HSL color Cylindrical-coordinate representation of color #601D6B: hue angle of 291.54º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #601D6B is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 29 | 107 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.58 |
| HSL | 291.54º | 0.57% | 0.27% | - |
| HSV(B) | 291.54º | 0.73% | 0.42% | - |
| XYZ | 7.92 | 4.43 | 14.35 | - |
| YUV | 57.93 | 155.7 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 29 | 107 | 0.10 | 0.73 | 0 | 0.58 | 291.54 | 0.57 | 0.27 |
| Hex | 60 | 1D | 6B | A | 49 | 0 | 3A | 124 | 39 | 1B |
| Octal | 140 | 35 | 153 | 12 | 111 | 0 | 72 | 444 | 71 | 33 |
| Binary | 1100000 | 11101 | 1101011 | 1010 | 1001001 | 0 | 111010 | 100100100 | 111001 | 11011 |
Color Harmonies of #601D6B
Complementary color
Monochromatic Colors of #601D6B
Black with #601D6B
Text Example
Text Example
White with #601D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601D6B; }
p { color: rgb(96,29,107); }
H1.HeaderClassName
{
color: #601D6B;
}
.AnyTagClassName
{
color: #601D6B;
}
</style>
background-color css
<style>
a { background-color: #601D6B; }
a { background-color: rgb(96,29,107); }
div.DivClassName
{
background-color: #601D6B;
}
.BgClassName
{
background-color: #601D6B;
}
</style>
border-color css
<style>
span { border-color: #601D6B; }
span { border-color: rgb(96,29,107); }
td.TdClassName
{
border-color: #601D6B;
}
.TagClassName
{
border-color: #601D6B;
}
</style>