Shades of Seance #602D70
Tints of Seance #602D70
RGB
CMYK
RGB Variations
Color information
#602D70 (or 0x602D70) is known color: Seance. HEX triplet: 60, 2D and 70. RGB value is (96,45,112). Sum of RGB (Red+Green+Blue) = 96+45+112=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 112 - color contains mainly: blue. Hex color #602D70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602D70 is #9FD28F. Grayscale: #434343. Windows color (decimal): -10474128 or 7351648. OLE color: 7351648.
HSL color Cylindrical-coordinate representation of color #602D70: hue angle of 285.67º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #602D70 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 45 | 112 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.56 |
| HSL | 285.67º | 0.43% | 0.31% | - |
| HSV(B) | 285.67º | 0.6% | 0.44% | - |
| XYZ | 8.69 | 5.53 | 15.94 | - |
| YUV | 67.89 | 152.9 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 112 | 0.14 | 0.60 | 0 | 0.56 | 285.67 | 0.43 | 0.31 |
| Hex | 60 | 2D | 70 | E | 3C | 0 | 38 | 11E | 2B | 1F |
| Octal | 140 | 55 | 160 | 16 | 74 | 0 | 70 | 436 | 53 | 37 |
| Binary | 1100000 | 101101 | 1110000 | 1110 | 111100 | 0 | 111000 | 100011110 | 101011 | 11111 |
Color Harmonies of #602D70
Complementary color
Monochromatic Colors of #602D70
Black with #602D70
Text Example
Text Example
White with #602D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602D70; }
p { color: rgb(96,45,112); }
H1.HeaderClassName
{
color: #602D70;
}
.AnyTagClassName
{
color: #602D70;
}
</style>
background-color css
<style>
a { background-color: #602D70; }
a { background-color: rgb(96,45,112); }
div.DivClassName
{
background-color: #602D70;
}
.BgClassName
{
background-color: #602D70;
}
</style>
border-color css
<style>
span { border-color: #602D70; }
span { border-color: rgb(96,45,112); }
td.TdClassName
{
border-color: #602D70;
}
.TagClassName
{
border-color: #602D70;
}
</style>