Shades of Seance #692380
Tints of Seance #692380
RGB
CMYK
RGB Variations
Color information
#692380 (or 0x692380) is known color: Seance. HEX triplet: 69, 23 and 80. RGB value is (105,35,128). Sum of RGB (Red+Green+Blue) = 105+35+128=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 128 - color contains mainly: blue. Hex color #692380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692380 is #96DC7F. Grayscale: #424242. Windows color (decimal): -9886848 or 8397673. OLE color: 8397673.
HSL color Cylindrical-coordinate representation of color #692380: hue angle of 285.16º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #692380 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 35 | 128 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.50 |
| HSL | 285.16º | 0.57% | 0.32% | - |
| HSV(B) | 285.16º | 0.73% | 0.5% | - |
| XYZ | 10.32 | 5.76 | 20.99 | - |
| YUV | 66.53 | 162.69 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 35 | 128 | 0.18 | 0.73 | 0 | 0.50 | 285.16 | 0.57 | 0.32 |
| Hex | 69 | 23 | 80 | 12 | 49 | 0 | 32 | 11D | 39 | 20 |
| Octal | 151 | 43 | 200 | 22 | 111 | 0 | 62 | 435 | 71 | 40 |
| Binary | 1101001 | 100011 | 10000000 | 10010 | 1001001 | 0 | 110010 | 100011101 | 111001 | 100000 |
Color Harmonies of #692380
Complementary color
Monochromatic Colors of #692380
Black with #692380
Text Example
Text Example
White with #692380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692380; }
p { color: rgb(105,35,128); }
H1.HeaderClassName
{
color: #692380;
}
.AnyTagClassName
{
color: #692380;
}
</style>
background-color css
<style>
a { background-color: #692380; }
a { background-color: rgb(105,35,128); }
div.DivClassName
{
background-color: #692380;
}
.BgClassName
{
background-color: #692380;
}
</style>
border-color css
<style>
span { border-color: #692380; }
span { border-color: rgb(105,35,128); }
td.TdClassName
{
border-color: #692380;
}
.TagClassName
{
border-color: #692380;
}
</style>