Shades of Seance #67197A
Tints of Seance #67197A
RGB
CMYK
RGB Variations
Color information
#67197A (or 0x67197A) is known color: Seance. HEX triplet: 67, 19 and 7A. RGB value is (103,25,122). Sum of RGB (Red+Green+Blue) = 103+25+122=250 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.2% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 122 (48.05% from 255 or 48.8% from 250); Max value from RGB is 122 - color contains mainly: blue. Hex color #67197A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67197A is #98E685. Grayscale: #3B3B3B. Windows color (decimal): -10020486 or 8001895. OLE color: 8001895.
HSL color Cylindrical-coordinate representation of color #67197A: hue angle of 288.25º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #67197A is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 103 | 25 | 122 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.52 |
| HSL | 288.25º | 0.66% | 0.29% | - |
| HSV(B) | 288.25º | 0.8% | 0.48% | - |
| XYZ | 9.45 | 4.98 | 18.88 | - |
| YUV | 59.38 | 163.34 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 25 | 122 | 0.16 | 0.80 | 0 | 0.52 | 288.25 | 0.66 | 0.29 |
| Hex | 67 | 19 | 7A | 10 | 50 | 0 | 34 | 120 | 42 | 1D |
| Octal | 147 | 31 | 172 | 20 | 120 | 0 | 64 | 440 | 102 | 35 |
| Binary | 1100111 | 11001 | 1111010 | 10000 | 1010000 | 0 | 110100 | 100100000 | 1000010 | 11101 |
Color Harmonies of #67197A
Complementary color
Monochromatic Colors of #67197A
Black with #67197A
Text Example
Text Example
White with #67197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67197A; }
p { color: rgb(103,25,122); }
H1.HeaderClassName
{
color: #67197A;
}
.AnyTagClassName
{
color: #67197A;
}
</style>
background-color css
<style>
a { background-color: #67197A; }
a { background-color: rgb(103,25,122); }
div.DivClassName
{
background-color: #67197A;
}
.BgClassName
{
background-color: #67197A;
}
</style>
border-color css
<style>
span { border-color: #67197A; }
span { border-color: rgb(103,25,122); }
td.TdClassName
{
border-color: #67197A;
}
.TagClassName
{
border-color: #67197A;
}
</style>