Shades of Seance #6A1A7A
Tints of Seance #6A1A7A
RGB
CMYK
RGB Variations
Color information
#6A1A7A (or 0x6A1A7A) is known color: Seance. HEX triplet: 6A, 1A and 7A. RGB value is (106,26,122). Sum of RGB (Red+Green+Blue) = 106+26+122=254 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.73% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 122 - color contains mainly: blue. Hex color #6A1A7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A1A7A is #95E585. Grayscale: #3C3C3C. Windows color (decimal): -9823622 or 8002154. OLE color: 8002154.
HSL color Cylindrical-coordinate representation of color #6A1A7A: hue angle of 290º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6A1A7A is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 106 | 26 | 122 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.52 |
| HSL | 290º | 0.65% | 0.29% | - |
| HSV(B) | 290º | 0.79% | 0.48% | - |
| XYZ | 9.83 | 5.21 | 18.9 | - |
| YUV | 60.86 | 162.5 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 26 | 122 | 0.13 | 0.79 | 0 | 0.52 | 290 | 0.65 | 0.29 |
| Hex | 6A | 1A | 7A | D | 4F | 0 | 34 | 122 | 41 | 1D |
| Octal | 152 | 32 | 172 | 15 | 117 | 0 | 64 | 442 | 101 | 35 |
| Binary | 1101010 | 11010 | 1111010 | 1101 | 1001111 | 0 | 110100 | 100100010 | 1000001 | 11101 |
Color Harmonies of #6A1A7A
Complementary color
Monochromatic Colors of #6A1A7A
Black with #6A1A7A
Text Example
Text Example
White with #6A1A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1A7A; }
p { color: rgb(106,26,122); }
H1.HeaderClassName
{
color: #6A1A7A;
}
.AnyTagClassName
{
color: #6A1A7A;
}
</style>
background-color css
<style>
a { background-color: #6A1A7A; }
a { background-color: rgb(106,26,122); }
div.DivClassName
{
background-color: #6A1A7A;
}
.BgClassName
{
background-color: #6A1A7A;
}
</style>
border-color css
<style>
span { border-color: #6A1A7A; }
span { border-color: rgb(106,26,122); }
td.TdClassName
{
border-color: #6A1A7A;
}
.TagClassName
{
border-color: #6A1A7A;
}
</style>