Shades of Seance #601A7A
Tints of Seance #601A7A
RGB
CMYK
RGB Variations
Color information
#601A7A (or 0x601A7A) is known color: Seance. HEX triplet: 60, 1A and 7A. RGB value is (96,26,122). Sum of RGB (Red+Green+Blue) = 96+26+122=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 122 (48.05% from 255 or 50% from 244); Max value from RGB is 122 - color contains mainly: blue. Hex color #601A7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601A7A is #9FE585. Grayscale: #393939. Windows color (decimal): -10478982 or 8002144. OLE color: 8002144.
HSL color Cylindrical-coordinate representation of color #601A7A: hue angle of 283.75º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #601A7A is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 26 | 122 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.52 |
| HSL | 283.75º | 0.65% | 0.29% | - |
| HSV(B) | 283.75º | 0.79% | 0.48% | - |
| XYZ | 8.71 | 4.63 | 18.85 | - |
| YUV | 57.87 | 164.19 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 26 | 122 | 0.21 | 0.79 | 0 | 0.52 | 283.75 | 0.65 | 0.29 |
| Hex | 60 | 1A | 7A | 15 | 4F | 0 | 34 | 11C | 41 | 1D |
| Octal | 140 | 32 | 172 | 25 | 117 | 0 | 64 | 434 | 101 | 35 |
| Binary | 1100000 | 11010 | 1111010 | 10101 | 1001111 | 0 | 110100 | 100011100 | 1000001 | 11101 |
Color Harmonies of #601A7A
Complementary color
Monochromatic Colors of #601A7A
Black with #601A7A
Text Example
Text Example
White with #601A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #601A7A; }
p { color: rgb(96,26,122); }
H1.HeaderClassName
{
color: #601A7A;
}
.AnyTagClassName
{
color: #601A7A;
}
</style>
background-color css
<style>
a { background-color: #601A7A; }
a { background-color: rgb(96,26,122); }
div.DivClassName
{
background-color: #601A7A;
}
.BgClassName
{
background-color: #601A7A;
}
</style>
border-color css
<style>
span { border-color: #601A7A; }
span { border-color: rgb(96,26,122); }
td.TdClassName
{
border-color: #601A7A;
}
.TagClassName
{
border-color: #601A7A;
}
</style>