Shades of Seance #6D1E74
Tints of Seance #6D1E74
RGB
CMYK
RGB Variations
Color information
#6D1E74 (or 0x6D1E74) is known color: Seance. HEX triplet: 6D, 1E and 74. RGB value is (109,30,116). Sum of RGB (Red+Green+Blue) = 109+30+116=255 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.75% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 116 - color contains mainly: blue. Hex color #6D1E74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1E74 is #92E18B. Grayscale: #3F3F3F. Windows color (decimal): -9625996 or 7609965. OLE color: 7609965.
HSL color Cylindrical-coordinate representation of color #6D1E74: hue angle of 295.12º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D1E74 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 30 | 116 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.55 |
| HSL | 295.12º | 0.59% | 0.29% | - |
| HSV(B) | 295.12º | 0.74% | 0.45% | - |
| XYZ | 9.92 | 5.44 | 17.05 | - |
| YUV | 63.43 | 157.67 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 30 | 116 | 0.06 | 0.74 | 0 | 0.55 | 295.12 | 0.59 | 0.29 |
| Hex | 6D | 1E | 74 | 6 | 4A | 0 | 37 | 127 | 3B | 1D |
| Octal | 155 | 36 | 164 | 6 | 112 | 0 | 67 | 447 | 73 | 35 |
| Binary | 1101101 | 11110 | 1110100 | 110 | 1001010 | 0 | 110111 | 100100111 | 111011 | 11101 |
Color Harmonies of #6D1E74
Complementary color
Monochromatic Colors of #6D1E74
Black with #6D1E74
Text Example
Text Example
White with #6D1E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1E74; }
p { color: rgb(109,30,116); }
H1.HeaderClassName
{
color: #6D1E74;
}
.AnyTagClassName
{
color: #6D1E74;
}
</style>
background-color css
<style>
a { background-color: #6D1E74; }
a { background-color: rgb(109,30,116); }
div.DivClassName
{
background-color: #6D1E74;
}
.BgClassName
{
background-color: #6D1E74;
}
</style>
border-color css
<style>
span { border-color: #6D1E74; }
span { border-color: rgb(109,30,116); }
td.TdClassName
{
border-color: #6D1E74;
}
.TagClassName
{
border-color: #6D1E74;
}
</style>