Shades of Seance #602765
Tints of Seance #602765
RGB
CMYK
RGB Variations
Color information
#602765 (or 0x602765) is known color: Seance. HEX triplet: 60, 27 and 65. RGB value is (96,39,101). Sum of RGB (Red+Green+Blue) = 96+39+101=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 101 - color contains mainly: blue. Hex color #602765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602765 is #9FD89A. Grayscale: #3E3E3E. Windows color (decimal): -10475675 or 6629216. OLE color: 6629216.
HSL color Cylindrical-coordinate representation of color #602765: hue angle of 295.16º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #602765 is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 39 | 101 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.60 |
| HSL | 295.16º | 0.44% | 0.27% | - |
| HSV(B) | 295.16º | 0.61% | 0.4% | - |
| XYZ | 7.9 | 4.88 | 12.84 | - |
| YUV | 63.11 | 149.38 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 39 | 101 | 0.05 | 0.61 | 0 | 0.60 | 295.16 | 0.44 | 0.27 |
| Hex | 60 | 27 | 65 | 5 | 3D | 0 | 3C | 127 | 2C | 1B |
| Octal | 140 | 47 | 145 | 5 | 75 | 0 | 74 | 447 | 54 | 33 |
| Binary | 1100000 | 100111 | 1100101 | 101 | 111101 | 0 | 111100 | 100100111 | 101100 | 11011 |
Color Harmonies of #602765
Complementary color
Monochromatic Colors of #602765
Black with #602765
Text Example
Text Example
White with #602765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602765; }
p { color: rgb(96,39,101); }
H1.HeaderClassName
{
color: #602765;
}
.AnyTagClassName
{
color: #602765;
}
</style>
background-color css
<style>
a { background-color: #602765; }
a { background-color: rgb(96,39,101); }
div.DivClassName
{
background-color: #602765;
}
.BgClassName
{
background-color: #602765;
}
</style>
border-color css
<style>
span { border-color: #602765; }
span { border-color: rgb(96,39,101); }
td.TdClassName
{
border-color: #602765;
}
.TagClassName
{
border-color: #602765;
}
</style>