Shades of Seance #602B73
Tints of Seance #602B73
RGB
CMYK
RGB Variations
Color information
#602B73 (or 0x602B73) is known color: Seance. HEX triplet: 60, 2B and 73. RGB value is (96,43,115). Sum of RGB (Red+Green+Blue) = 96+43+115=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 43 (17.19% from 255 or 16.93% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #602B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602B73 is #9FD48C. Grayscale: #424242. Windows color (decimal): -10474637 or 7547744. OLE color: 7547744.
HSL color Cylindrical-coordinate representation of color #602B73: hue angle of 284.17º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #602B73 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 43 | 115 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.55 |
| HSL | 284.17º | 0.46% | 0.31% | - |
| HSV(B) | 284.17º | 0.63% | 0.45% | - |
| XYZ | 8.78 | 5.45 | 16.81 | - |
| YUV | 67.06 | 155.06 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 43 | 115 | 0.17 | 0.63 | 0 | 0.55 | 284.17 | 0.46 | 0.31 |
| Hex | 60 | 2B | 73 | 11 | 3F | 0 | 37 | 11C | 2E | 1F |
| Octal | 140 | 53 | 163 | 21 | 77 | 0 | 67 | 434 | 56 | 37 |
| Binary | 1100000 | 101011 | 1110011 | 10001 | 111111 | 0 | 110111 | 100011100 | 101110 | 11111 |
Color Harmonies of #602B73
Complementary color
Monochromatic Colors of #602B73
Black with #602B73
Text Example
Text Example
White with #602B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602B73; }
p { color: rgb(96,43,115); }
H1.HeaderClassName
{
color: #602B73;
}
.AnyTagClassName
{
color: #602B73;
}
</style>
background-color css
<style>
a { background-color: #602B73; }
a { background-color: rgb(96,43,115); }
div.DivClassName
{
background-color: #602B73;
}
.BgClassName
{
background-color: #602B73;
}
</style>
border-color css
<style>
span { border-color: #602B73; }
span { border-color: rgb(96,43,115); }
td.TdClassName
{
border-color: #602B73;
}
.TagClassName
{
border-color: #602B73;
}
</style>