Shades of Seance #70306B
Tints of Seance #70306B
RGB
CMYK
RGB Variations
Color information
#70306B (or 0x70306B) is known color: Seance. HEX triplet: 70, 30 and 6B. RGB value is (112,48,107). Sum of RGB (Red+Green+Blue) = 112+48+107=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #70306B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70306B is #8FCF94. Grayscale: #494949. Windows color (decimal): -9424789 or 7024752. OLE color: 7024752.
HSL color Cylindrical-coordinate representation of color #70306B: hue angle of 304.69º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70306B is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 48 | 107 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.56 |
| HSL | 304.69º | 0.4% | 0.31% | - |
| HSV(B) | 304.69º | 0.57% | 0.44% | - |
| XYZ | 10.39 | 6.62 | 14.64 | - |
| YUV | 73.86 | 146.7 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 48 | 107 | 0 | 0.57 | 0.04 | 0.56 | 304.69 | 0.4 | 0.31 |
| Hex | 70 | 30 | 6B | 0 | 39 | 4 | 38 | 131 | 28 | 1F |
| Octal | 160 | 60 | 153 | 0 | 71 | 4 | 70 | 461 | 50 | 37 |
| Binary | 1110000 | 110000 | 1101011 | 0 | 111001 | 100 | 111000 | 100110001 | 101000 | 11111 |
Color Harmonies of #70306B
Complementary color
Monochromatic Colors of #70306B
Black with #70306B
Text Example
Text Example
White with #70306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70306B; }
p { color: rgb(112,48,107); }
H1.HeaderClassName
{
color: #70306B;
}
.AnyTagClassName
{
color: #70306B;
}
</style>
background-color css
<style>
a { background-color: #70306B; }
a { background-color: rgb(112,48,107); }
div.DivClassName
{
background-color: #70306B;
}
.BgClassName
{
background-color: #70306B;
}
</style>
border-color css
<style>
span { border-color: #70306B; }
span { border-color: rgb(112,48,107); }
td.TdClassName
{
border-color: #70306B;
}
.TagClassName
{
border-color: #70306B;
}
</style>