Shades of Seance #66137D
Tints of Seance #66137D
RGB
CMYK
RGB Variations
Color information
#66137D (or 0x66137D) is known color: Seance. HEX triplet: 66, 13 and 7D. RGB value is (102,19,125). Sum of RGB (Red+Green+Blue) = 102+19+125=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 125 (49.22% from 255 or 50.81% from 246); Max value from RGB is 125 - color contains mainly: blue. Hex color #66137D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66137D is #99EC82. Grayscale: #373737. Windows color (decimal): -10087555 or 8196966. OLE color: 8196966.
HSL color Cylindrical-coordinate representation of color #66137D: hue angle of 286.98º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66137D is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 19 | 125 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.51 |
| HSL | 286.98º | 0.74% | 0.28% | - |
| HSV(B) | 286.98º | 0.85% | 0.49% | - |
| XYZ | 9.41 | 4.77 | 19.83 | - |
| YUV | 55.9 | 167 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 19 | 125 | 0.18 | 0.85 | 0 | 0.51 | 286.98 | 0.74 | 0.28 |
| Hex | 66 | 13 | 7D | 12 | 55 | 0 | 33 | 11F | 4A | 1C |
| Octal | 146 | 23 | 175 | 22 | 125 | 0 | 63 | 437 | 112 | 34 |
| Binary | 1100110 | 10011 | 1111101 | 10010 | 1010101 | 0 | 110011 | 100011111 | 1001010 | 11100 |
Color Harmonies of #66137D
Complementary color
Monochromatic Colors of #66137D
Black with #66137D
Text Example
Text Example
White with #66137D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66137D; }
p { color: rgb(102,19,125); }
H1.HeaderClassName
{
color: #66137D;
}
.AnyTagClassName
{
color: #66137D;
}
</style>
background-color css
<style>
a { background-color: #66137D; }
a { background-color: rgb(102,19,125); }
div.DivClassName
{
background-color: #66137D;
}
.BgClassName
{
background-color: #66137D;
}
</style>
border-color css
<style>
span { border-color: #66137D; }
span { border-color: rgb(102,19,125); }
td.TdClassName
{
border-color: #66137D;
}
.TagClassName
{
border-color: #66137D;
}
</style>