Shades of Seance #692181
Tints of Seance #692181
RGB
CMYK
RGB Variations
Color information
#692181 (or 0x692181) is known color: Seance. HEX triplet: 69, 21 and 81. RGB value is (105,33,129). Sum of RGB (Red+Green+Blue) = 105+33+129=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 129 (50.78% from 255 or 48.31% from 267); Max value from RGB is 129 - color contains mainly: blue. Hex color #692181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692181 is #96DE7E. Grayscale: #414141. Windows color (decimal): -9887359 or 8462697. OLE color: 8462697.
HSL color Cylindrical-coordinate representation of color #692181: hue angle of 285º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #692181 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 33 | 129 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.49 |
| HSL | 285º | 0.59% | 0.32% | - |
| HSV(B) | 285º | 0.74% | 0.51% | - |
| XYZ | 10.33 | 5.68 | 21.32 | - |
| YUV | 65.47 | 163.85 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 33 | 129 | 0.19 | 0.74 | 0 | 0.49 | 285 | 0.59 | 0.32 |
| Hex | 69 | 21 | 81 | 13 | 4A | 0 | 31 | 11D | 3B | 20 |
| Octal | 151 | 41 | 201 | 23 | 112 | 0 | 61 | 435 | 73 | 40 |
| Binary | 1101001 | 100001 | 10000001 | 10011 | 1001010 | 0 | 110001 | 100011101 | 111011 | 100000 |
Color Harmonies of #692181
Complementary color
Monochromatic Colors of #692181
Black with #692181
Text Example
Text Example
White with #692181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692181; }
p { color: rgb(105,33,129); }
H1.HeaderClassName
{
color: #692181;
}
.AnyTagClassName
{
color: #692181;
}
</style>
background-color css
<style>
a { background-color: #692181; }
a { background-color: rgb(105,33,129); }
div.DivClassName
{
background-color: #692181;
}
.BgClassName
{
background-color: #692181;
}
</style>
border-color css
<style>
span { border-color: #692181; }
span { border-color: rgb(105,33,129); }
td.TdClassName
{
border-color: #692181;
}
.TagClassName
{
border-color: #692181;
}
</style>