Shades of Seance #6D1A74
Tints of Seance #6D1A74
RGB
CMYK
RGB Variations
Color information
#6D1A74 (or 0x6D1A74) is known color: Seance. HEX triplet: 6D, 1A and 74. RGB value is (109,26,116). Sum of RGB (Red+Green+Blue) = 109+26+116=251 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.43% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 116 (45.70% from 255 or 46.22% from 251); Max value from RGB is 116 - color contains mainly: blue. Hex color #6D1A74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D1A74 is #92E58B. Grayscale: #3C3C3C. Windows color (decimal): -9627020 or 7608941. OLE color: 7608941.
HSL color Cylindrical-coordinate representation of color #6D1A74: hue angle of 295.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6D1A74 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 26 | 116 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.55 |
| HSL | 295.33º | 0.63% | 0.28% | - |
| HSV(B) | 295.33º | 0.78% | 0.45% | - |
| XYZ | 9.83 | 5.25 | 17.02 | - |
| YUV | 61.08 | 159 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 26 | 116 | 0.06 | 0.78 | 0 | 0.55 | 295.33 | 0.63 | 0.28 |
| Hex | 6D | 1A | 74 | 6 | 4E | 0 | 37 | 127 | 3F | 1C |
| Octal | 155 | 32 | 164 | 6 | 116 | 0 | 67 | 447 | 77 | 34 |
| Binary | 1101101 | 11010 | 1110100 | 110 | 1001110 | 0 | 110111 | 100100111 | 111111 | 11100 |
Color Harmonies of #6D1A74
Complementary color
Monochromatic Colors of #6D1A74
Black with #6D1A74
Text Example
Text Example
White with #6D1A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1A74; }
p { color: rgb(109,26,116); }
H1.HeaderClassName
{
color: #6D1A74;
}
.AnyTagClassName
{
color: #6D1A74;
}
</style>
background-color css
<style>
a { background-color: #6D1A74; }
a { background-color: rgb(109,26,116); }
div.DivClassName
{
background-color: #6D1A74;
}
.BgClassName
{
background-color: #6D1A74;
}
</style>
border-color css
<style>
span { border-color: #6D1A74; }
span { border-color: rgb(109,26,116); }
td.TdClassName
{
border-color: #6D1A74;
}
.TagClassName
{
border-color: #6D1A74;
}
</style>