Shades of Seance #6B1E72
Tints of Seance #6B1E72
RGB
CMYK
RGB Variations
Color information
#6B1E72 (or 0x6B1E72) is known color: Seance. HEX triplet: 6B, 1E and 72. RGB value is (107,30,114). Sum of RGB (Red+Green+Blue) = 107+30+114=251 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.63% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 114 - color contains mainly: blue. Hex color #6B1E72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1E72 is #94E18D. Grayscale: #3E3E3E. Windows color (decimal): -9757070 or 7478891. OLE color: 7478891.
HSL color Cylindrical-coordinate representation of color #6B1E72: hue angle of 295º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6B1E72 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 30 | 114 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.55 |
| HSL | 295º | 0.58% | 0.28% | - |
| HSV(B) | 295º | 0.74% | 0.45% | - |
| XYZ | 9.56 | 5.27 | 16.43 | - |
| YUV | 62.6 | 157.01 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 30 | 114 | 0.06 | 0.74 | 0 | 0.55 | 295 | 0.58 | 0.28 |
| Hex | 6B | 1E | 72 | 6 | 4A | 0 | 37 | 127 | 3A | 1C |
| Octal | 153 | 36 | 162 | 6 | 112 | 0 | 67 | 447 | 72 | 34 |
| Binary | 1101011 | 11110 | 1110010 | 110 | 1001010 | 0 | 110111 | 100100111 | 111010 | 11100 |
Color Harmonies of #6B1E72
Complementary color
Monochromatic Colors of #6B1E72
Black with #6B1E72
Text Example
Text Example
White with #6B1E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1E72; }
p { color: rgb(107,30,114); }
H1.HeaderClassName
{
color: #6B1E72;
}
.AnyTagClassName
{
color: #6B1E72;
}
</style>
background-color css
<style>
a { background-color: #6B1E72; }
a { background-color: rgb(107,30,114); }
div.DivClassName
{
background-color: #6B1E72;
}
.BgClassName
{
background-color: #6B1E72;
}
</style>
border-color css
<style>
span { border-color: #6B1E72; }
span { border-color: rgb(107,30,114); }
td.TdClassName
{
border-color: #6B1E72;
}
.TagClassName
{
border-color: #6B1E72;
}
</style>