Shades of Seance #602875
Tints of Seance #602875
RGB
CMYK
RGB Variations
Color information
#602875 (or 0x602875) is known color: Seance. HEX triplet: 60, 28 and 75. RGB value is (96,40,117). Sum of RGB (Red+Green+Blue) = 96+40+117=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #602875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602875 is #9FD78A. Grayscale: #414141. Windows color (decimal): -10475403 or 7678048. OLE color: 7678048.
HSL color Cylindrical-coordinate representation of color #602875: hue angle of 283.64º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #602875 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 40 | 117 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.54 |
| HSL | 283.64º | 0.49% | 0.31% | - |
| HSV(B) | 283.64º | 0.66% | 0.46% | - |
| XYZ | 8.79 | 5.29 | 17.39 | - |
| YUV | 65.52 | 157.05 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 40 | 117 | 0.18 | 0.66 | 0 | 0.54 | 283.64 | 0.49 | 0.31 |
| Hex | 60 | 28 | 75 | 12 | 42 | 0 | 36 | 11C | 31 | 1F |
| Octal | 140 | 50 | 165 | 22 | 102 | 0 | 66 | 434 | 61 | 37 |
| Binary | 1100000 | 101000 | 1110101 | 10010 | 1000010 | 0 | 110110 | 100011100 | 110001 | 11111 |
Color Harmonies of #602875
Complementary color
Monochromatic Colors of #602875
Black with #602875
Text Example
Text Example
White with #602875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602875; }
p { color: rgb(96,40,117); }
H1.HeaderClassName
{
color: #602875;
}
.AnyTagClassName
{
color: #602875;
}
</style>
background-color css
<style>
a { background-color: #602875; }
a { background-color: rgb(96,40,117); }
div.DivClassName
{
background-color: #602875;
}
.BgClassName
{
background-color: #602875;
}
</style>
border-color css
<style>
span { border-color: #602875; }
span { border-color: rgb(96,40,117); }
td.TdClassName
{
border-color: #602875;
}
.TagClassName
{
border-color: #602875;
}
</style>