Shades of Seance #601B6D
Tints of Seance #601B6D
RGB
CMYK
RGB Variations
Color information
#601B6D (or 0x601B6D) is known color: Seance. HEX triplet: 60, 1B and 6D. RGB value is (96,27,109). Sum of RGB (Red+Green+Blue) = 96+27+109=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 109 - color contains mainly: blue. Hex color #601B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601B6D is #9FE492. Grayscale: #383838. Windows color (decimal): -10478739 or 7150432. OLE color: 7150432.
HSL color Cylindrical-coordinate representation of color #601B6D: hue angle of 290.49º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #601B6D is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 27 | 109 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.57 |
| HSL | 290.49º | 0.6% | 0.27% | - |
| HSV(B) | 290.49º | 0.75% | 0.43% | - |
| XYZ | 7.98 | 4.37 | 14.89 | - |
| YUV | 56.98 | 157.36 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 27 | 109 | 0.12 | 0.75 | 0 | 0.57 | 290.49 | 0.6 | 0.27 |
| Hex | 60 | 1B | 6D | C | 4B | 0 | 39 | 122 | 3C | 1B |
| Octal | 140 | 33 | 155 | 14 | 113 | 0 | 71 | 442 | 74 | 33 |
| Binary | 1100000 | 11011 | 1101101 | 1100 | 1001011 | 0 | 111001 | 100100010 | 111100 | 11011 |
Color Harmonies of #601B6D
Complementary color
Monochromatic Colors of #601B6D
Black with #601B6D
Text Example
Text Example
White with #601B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601B6D; }
p { color: rgb(96,27,109); }
H1.HeaderClassName
{
color: #601B6D;
}
.AnyTagClassName
{
color: #601B6D;
}
</style>
background-color css
<style>
a { background-color: #601B6D; }
a { background-color: rgb(96,27,109); }
div.DivClassName
{
background-color: #601B6D;
}
.BgClassName
{
background-color: #601B6D;
}
</style>
border-color css
<style>
span { border-color: #601B6D; }
span { border-color: rgb(96,27,109); }
td.TdClassName
{
border-color: #601B6D;
}
.TagClassName
{
border-color: #601B6D;
}
</style>