Shades of Seance #60316D
Tints of Seance #60316D
RGB
CMYK
RGB Variations
Color information
#60316D (or 0x60316D) is known color: Seance. HEX triplet: 60, 31 and 6D. RGB value is (96,49,109). Sum of RGB (Red+Green+Blue) = 96+49+109=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 109 - color contains mainly: blue. Hex color #60316D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60316D is #9FCE92. Grayscale: #454545. Windows color (decimal): -10473107 or 7156064. OLE color: 7156064.
HSL color Cylindrical-coordinate representation of color #60316D: hue angle of 287º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60316D is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 49 | 109 | - |
| CMYK | 0.12 | 0.55 | 0 | 0.57 |
| HSL | 287º | 0.38% | 0.31% | - |
| HSV(B) | 287º | 0.55% | 0.43% | - |
| XYZ | 8.68 | 5.79 | 15.13 | - |
| YUV | 69.89 | 150.07 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 49 | 109 | 0.12 | 0.55 | 0 | 0.57 | 287 | 0.38 | 0.31 |
| Hex | 60 | 31 | 6D | C | 37 | 0 | 39 | 11F | 26 | 1F |
| Octal | 140 | 61 | 155 | 14 | 67 | 0 | 71 | 437 | 46 | 37 |
| Binary | 1100000 | 110001 | 1101101 | 1100 | 110111 | 0 | 111001 | 100011111 | 100110 | 11111 |
Color Harmonies of #60316D
Complementary color
Monochromatic Colors of #60316D
Black with #60316D
Text Example
Text Example
White with #60316D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60316D; }
p { color: rgb(96,49,109); }
H1.HeaderClassName
{
color: #60316D;
}
.AnyTagClassName
{
color: #60316D;
}
</style>
background-color css
<style>
a { background-color: #60316D; }
a { background-color: rgb(96,49,109); }
div.DivClassName
{
background-color: #60316D;
}
.BgClassName
{
background-color: #60316D;
}
</style>
border-color css
<style>
span { border-color: #60316D; }
span { border-color: rgb(96,49,109); }
td.TdClassName
{
border-color: #60316D;
}
.TagClassName
{
border-color: #60316D;
}
</style>