Shades of Seance #693172
Tints of Seance #693172
RGB
CMYK
RGB Variations
Color information
#693172 (or 0x693172) is known color: Seance. HEX triplet: 69, 31 and 72. RGB value is (105,49,114). Sum of RGB (Red+Green+Blue) = 105+49+114=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 114 - color contains mainly: blue. Hex color #693172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693172 is #96CE8D. Grayscale: #484848. Windows color (decimal): -9883278 or 7483753. OLE color: 7483753.
HSL color Cylindrical-coordinate representation of color #693172: hue angle of 291.69º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #693172 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 49 | 114 | - |
| CMYK | 0.08 | 0.57 | 0 | 0.55 |
| HSL | 291.69º | 0.4% | 0.32% | - |
| HSV(B) | 291.69º | 0.57% | 0.45% | - |
| XYZ | 9.96 | 6.41 | 16.63 | - |
| YUV | 73.15 | 151.05 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 49 | 114 | 0.08 | 0.57 | 0 | 0.55 | 291.69 | 0.4 | 0.32 |
| Hex | 69 | 31 | 72 | 8 | 39 | 0 | 37 | 124 | 28 | 20 |
| Octal | 151 | 61 | 162 | 10 | 71 | 0 | 67 | 444 | 50 | 40 |
| Binary | 1101001 | 110001 | 1110010 | 1000 | 111001 | 0 | 110111 | 100100100 | 101000 | 100000 |
Color Harmonies of #693172
Complementary color
Monochromatic Colors of #693172
Black with #693172
Text Example
Text Example
White with #693172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693172; }
p { color: rgb(105,49,114); }
H1.HeaderClassName
{
color: #693172;
}
.AnyTagClassName
{
color: #693172;
}
</style>
background-color css
<style>
a { background-color: #693172; }
a { background-color: rgb(105,49,114); }
div.DivClassName
{
background-color: #693172;
}
.BgClassName
{
background-color: #693172;
}
</style>
border-color css
<style>
span { border-color: #693172; }
span { border-color: rgb(105,49,114); }
td.TdClassName
{
border-color: #693172;
}
.TagClassName
{
border-color: #693172;
}
</style>