Shades of Seance #6A2482
Tints of Seance #6A2482
RGB
CMYK
RGB Variations
Color information
#6A2482 (or 0x6A2482) is known color: Seance. HEX triplet: 6A, 24 and 82. RGB value is (106,36,130). Sum of RGB (Red+Green+Blue) = 106+36+130=272 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.97% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 130 (51.17% from 255 or 47.79% from 272); Max value from RGB is 130 - color contains mainly: blue. Hex color #6A2482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2482 is #95DB7D. Grayscale: #434343. Windows color (decimal): -9821054 or 8529002. OLE color: 8529002.
HSL color Cylindrical-coordinate representation of color #6A2482: hue angle of 284.68º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A2482 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 106 | 36 | 130 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.49 |
| HSL | 284.68º | 0.57% | 0.33% | - |
| HSV(B) | 284.68º | 0.72% | 0.51% | - |
| XYZ | 10.6 | 5.94 | 21.71 | - |
| YUV | 67.65 | 163.19 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 36 | 130 | 0.18 | 0.72 | 0 | 0.49 | 284.68 | 0.57 | 0.33 |
| Hex | 6A | 24 | 82 | 12 | 48 | 0 | 31 | 11D | 39 | 21 |
| Octal | 152 | 44 | 202 | 22 | 110 | 0 | 61 | 435 | 71 | 41 |
| Binary | 1101010 | 100100 | 10000010 | 10010 | 1001000 | 0 | 110001 | 100011101 | 111001 | 100001 |
Color Harmonies of #6A2482
Complementary color
Monochromatic Colors of #6A2482
Black with #6A2482
Text Example
Text Example
White with #6A2482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2482; }
p { color: rgb(106,36,130); }
H1.HeaderClassName
{
color: #6A2482;
}
.AnyTagClassName
{
color: #6A2482;
}
</style>
background-color css
<style>
a { background-color: #6A2482; }
a { background-color: rgb(106,36,130); }
div.DivClassName
{
background-color: #6A2482;
}
.BgClassName
{
background-color: #6A2482;
}
</style>
border-color css
<style>
span { border-color: #6A2482; }
span { border-color: rgb(106,36,130); }
td.TdClassName
{
border-color: #6A2482;
}
.TagClassName
{
border-color: #6A2482;
}
</style>