Shades of Seance #67286F
Tints of Seance #67286F
RGB
CMYK
RGB Variations
Color information
#67286F (or 0x67286F) is known color: Seance. HEX triplet: 67, 28 and 6F. RGB value is (103,40,111). Sum of RGB (Red+Green+Blue) = 103+40+111=254 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.55% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 111 - color contains mainly: blue. Hex color #67286F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67286F is #98D790. Grayscale: #424242. Windows color (decimal): -10016657 or 7284839. OLE color: 7284839.
HSL color Cylindrical-coordinate representation of color #67286F: hue angle of 293.24º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #67286F is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 103 | 40 | 111 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.56 |
| HSL | 293.24º | 0.47% | 0.3% | - |
| HSV(B) | 293.24º | 0.64% | 0.44% | - |
| XYZ | 9.22 | 5.55 | 15.62 | - |
| YUV | 66.93 | 152.87 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 40 | 111 | 0.07 | 0.64 | 0 | 0.56 | 293.24 | 0.47 | 0.3 |
| Hex | 67 | 28 | 6F | 7 | 40 | 0 | 38 | 125 | 2F | 1E |
| Octal | 147 | 50 | 157 | 7 | 100 | 0 | 70 | 445 | 57 | 36 |
| Binary | 1100111 | 101000 | 1101111 | 111 | 1000000 | 0 | 111000 | 100100101 | 101111 | 11110 |
Color Harmonies of #67286F
Complementary color
Monochromatic Colors of #67286F
Black with #67286F
Text Example
Text Example
White with #67286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67286F; }
p { color: rgb(103,40,111); }
H1.HeaderClassName
{
color: #67286F;
}
.AnyTagClassName
{
color: #67286F;
}
</style>
background-color css
<style>
a { background-color: #67286F; }
a { background-color: rgb(103,40,111); }
div.DivClassName
{
background-color: #67286F;
}
.BgClassName
{
background-color: #67286F;
}
</style>
border-color css
<style>
span { border-color: #67286F; }
span { border-color: rgb(103,40,111); }
td.TdClassName
{
border-color: #67286F;
}
.TagClassName
{
border-color: #67286F;
}
</style>