Shades of Seance #70306C
Tints of Seance #70306C
RGB
CMYK
RGB Variations
Color information
#70306C (or 0x70306C) is known color: Seance. HEX triplet: 70, 30 and 6C. RGB value is (112,48,108). Sum of RGB (Red+Green+Blue) = 112+48+108=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 48 (19.14% from 255 or 17.91% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #70306C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70306C is #8FCF93. Grayscale: #494949. Windows color (decimal): -9424788 or 7090288. OLE color: 7090288.
HSL color Cylindrical-coordinate representation of color #70306C: hue angle of 303.75º 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 #70306C is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 48 | 108 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.56 |
| HSL | 303.75º | 0.4% | 0.31% | - |
| HSV(B) | 303.75º | 0.57% | 0.44% | - |
| XYZ | 10.45 | 6.64 | 14.92 | - |
| YUV | 73.98 | 147.2 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 48 | 108 | 0 | 0.57 | 0.04 | 0.56 | 303.75 | 0.4 | 0.31 |
| Hex | 70 | 30 | 6C | 0 | 39 | 4 | 38 | 130 | 28 | 1F |
| Octal | 160 | 60 | 154 | 0 | 71 | 4 | 70 | 460 | 50 | 37 |
| Binary | 1110000 | 110000 | 1101100 | 0 | 111001 | 100 | 111000 | 100110000 | 101000 | 11111 |
Color Harmonies of #70306C
Complementary color
Monochromatic Colors of #70306C
Black with #70306C
Text Example
Text Example
White with #70306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70306C; }
p { color: rgb(112,48,108); }
H1.HeaderClassName
{
color: #70306C;
}
.AnyTagClassName
{
color: #70306C;
}
</style>
background-color css
<style>
a { background-color: #70306C; }
a { background-color: rgb(112,48,108); }
div.DivClassName
{
background-color: #70306C;
}
.BgClassName
{
background-color: #70306C;
}
</style>
border-color css
<style>
span { border-color: #70306C; }
span { border-color: rgb(112,48,108); }
td.TdClassName
{
border-color: #70306C;
}
.TagClassName
{
border-color: #70306C;
}
</style>