Shades of Seance #6B217A
Tints of Seance #6B217A
RGB
CMYK
RGB Variations
Color information
#6B217A (or 0x6B217A) is known color: Seance. HEX triplet: 6B, 21 and 7A. RGB value is (107,33,122). Sum of RGB (Red+Green+Blue) = 107+33+122=262 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.84% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 122 - color contains mainly: blue. Hex color #6B217A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B217A is #94DE85. Grayscale: #404040. Windows color (decimal): -9756294 or 8003947. OLE color: 8003947.
HSL color Cylindrical-coordinate representation of color #6B217A: hue angle of 289.89º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6B217A is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 33 | 122 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.52 |
| HSL | 289.89º | 0.57% | 0.3% | - |
| HSV(B) | 289.89º | 0.73% | 0.48% | - |
| XYZ | 10.12 | 5.62 | 18.96 | - |
| YUV | 65.27 | 160.02 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 33 | 122 | 0.12 | 0.73 | 0 | 0.52 | 289.89 | 0.57 | 0.3 |
| Hex | 6B | 21 | 7A | C | 49 | 0 | 34 | 122 | 39 | 1E |
| Octal | 153 | 41 | 172 | 14 | 111 | 0 | 64 | 442 | 71 | 36 |
| Binary | 1101011 | 100001 | 1111010 | 1100 | 1001001 | 0 | 110100 | 100100010 | 111001 | 11110 |
Color Harmonies of #6B217A
Complementary color
Monochromatic Colors of #6B217A
Black with #6B217A
Text Example
Text Example
White with #6B217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B217A; }
p { color: rgb(107,33,122); }
H1.HeaderClassName
{
color: #6B217A;
}
.AnyTagClassName
{
color: #6B217A;
}
</style>
background-color css
<style>
a { background-color: #6B217A; }
a { background-color: rgb(107,33,122); }
div.DivClassName
{
background-color: #6B217A;
}
.BgClassName
{
background-color: #6B217A;
}
</style>
border-color css
<style>
span { border-color: #6B217A; }
span { border-color: rgb(107,33,122); }
td.TdClassName
{
border-color: #6B217A;
}
.TagClassName
{
border-color: #6B217A;
}
</style>