Shades of Seance #69247F
Tints of Seance #69247F
RGB
CMYK
RGB Variations
Color information
#69247F (or 0x69247F) is known color: Seance. HEX triplet: 69, 24 and 7F. RGB value is (105,36,127). Sum of RGB (Red+Green+Blue) = 105+36+127=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 127 (50% from 255 or 47.39% from 268); Max value from RGB is 127 - color contains mainly: blue. Hex color #69247F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69247F is #96DB80. Grayscale: #424242. Windows color (decimal): -9886593 or 8332393. OLE color: 8332393.
HSL color Cylindrical-coordinate representation of color #69247F: hue angle of 285.49º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #69247F is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 105 | 36 | 127 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.50 |
| HSL | 285.49º | 0.56% | 0.32% | - |
| HSV(B) | 285.49º | 0.72% | 0.5% | - |
| XYZ | 10.29 | 5.8 | 20.66 | - |
| YUV | 67.01 | 161.86 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 36 | 127 | 0.17 | 0.72 | 0 | 0.50 | 285.49 | 0.56 | 0.32 |
| Hex | 69 | 24 | 7F | 11 | 48 | 0 | 32 | 11D | 38 | 20 |
| Octal | 151 | 44 | 177 | 21 | 110 | 0 | 62 | 435 | 70 | 40 |
| Binary | 1101001 | 100100 | 1111111 | 10001 | 1001000 | 0 | 110010 | 100011101 | 111000 | 100000 |
Color Harmonies of #69247F
Complementary color
Monochromatic Colors of #69247F
Black with #69247F
Text Example
Text Example
White with #69247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69247F; }
p { color: rgb(105,36,127); }
H1.HeaderClassName
{
color: #69247F;
}
.AnyTagClassName
{
color: #69247F;
}
</style>
background-color css
<style>
a { background-color: #69247F; }
a { background-color: rgb(105,36,127); }
div.DivClassName
{
background-color: #69247F;
}
.BgClassName
{
background-color: #69247F;
}
</style>
border-color css
<style>
span { border-color: #69247F; }
span { border-color: rgb(105,36,127); }
td.TdClassName
{
border-color: #69247F;
}
.TagClassName
{
border-color: #69247F;
}
</style>