Shades of Seance #6A1F72
Tints of Seance #6A1F72
RGB
CMYK
RGB Variations
Color information
#6A1F72 (or 0x6A1F72) is known color: Seance. HEX triplet: 6A, 1F and 72. RGB value is (106,31,114). Sum of RGB (Red+Green+Blue) = 106+31+114=251 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.23% from 251); Green value is 31 (12.5% from 255 or 12.35% 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 #6A1F72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A1F72 is #95E08D. Grayscale: #3E3E3E. Windows color (decimal): -9822350 or 7479146. OLE color: 7479146.
HSL color Cylindrical-coordinate representation of color #6A1F72: hue angle of 294.22º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A1F72 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 31 | 114 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.55 |
| HSL | 294.22º | 0.57% | 0.28% | - |
| HSV(B) | 294.22º | 0.73% | 0.45% | - |
| XYZ | 9.47 | 5.26 | 16.44 | - |
| YUV | 62.89 | 156.85 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 31 | 114 | 0.07 | 0.73 | 0 | 0.55 | 294.22 | 0.57 | 0.28 |
| Hex | 6A | 1F | 72 | 7 | 49 | 0 | 37 | 126 | 39 | 1C |
| Octal | 152 | 37 | 162 | 7 | 111 | 0 | 67 | 446 | 71 | 34 |
| Binary | 1101010 | 11111 | 1110010 | 111 | 1001001 | 0 | 110111 | 100100110 | 111001 | 11100 |
Color Harmonies of #6A1F72
Complementary color
Monochromatic Colors of #6A1F72
Black with #6A1F72
Text Example
Text Example
White with #6A1F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1F72; }
p { color: rgb(106,31,114); }
H1.HeaderClassName
{
color: #6A1F72;
}
.AnyTagClassName
{
color: #6A1F72;
}
</style>
background-color css
<style>
a { background-color: #6A1F72; }
a { background-color: rgb(106,31,114); }
div.DivClassName
{
background-color: #6A1F72;
}
.BgClassName
{
background-color: #6A1F72;
}
</style>
border-color css
<style>
span { border-color: #6A1F72; }
span { border-color: rgb(106,31,114); }
td.TdClassName
{
border-color: #6A1F72;
}
.TagClassName
{
border-color: #6A1F72;
}
</style>