Shades of Vivid Violet #6A198D
Tints of Vivid Violet #6A198D
RGB
CMYK
RGB Variations
Color information
#6A198D (or 0x6A198D) is known color: Vivid Violet. HEX triplet: 6A, 19 and 8D. RGB value is (106,25,141). Sum of RGB (Red+Green+Blue) = 106+25+141=272 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.97% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #6A198D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A198D is #95E672. Grayscale: #3E3E3E. Windows color (decimal): -9823859 or 9247082. OLE color: 9247082.
HSL color Cylindrical-coordinate representation of color #6A198D: hue angle of 281.9º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A198D is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 25 | 141 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.45 |
| HSL | 281.9º | 0.7% | 0.33% | - |
| HSV(B) | 281.9º | 0.82% | 0.55% | - |
| XYZ | 11.1 | 5.68 | 25.71 | - |
| YUV | 62.44 | 172.34 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 25 | 141 | 0.25 | 0.82 | 0 | 0.45 | 281.9 | 0.7 | 0.33 |
| Hex | 6A | 19 | 8D | 19 | 52 | 0 | 2D | 11A | 46 | 21 |
| Octal | 152 | 31 | 215 | 31 | 122 | 0 | 55 | 432 | 106 | 41 |
| Binary | 1101010 | 11001 | 10001101 | 11001 | 1010010 | 0 | 101101 | 100011010 | 1000110 | 100001 |
Color Harmonies of #6A198D
Complementary color
Monochromatic Colors of #6A198D
Black with #6A198D
Text Example
Text Example
White with #6A198D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A198D; }
p { color: rgb(106,25,141); }
H1.HeaderClassName
{
color: #6A198D;
}
.AnyTagClassName
{
color: #6A198D;
}
</style>
background-color css
<style>
a { background-color: #6A198D; }
a { background-color: rgb(106,25,141); }
div.DivClassName
{
background-color: #6A198D;
}
.BgClassName
{
background-color: #6A198D;
}
</style>
border-color css
<style>
span { border-color: #6A198D; }
span { border-color: rgb(106,25,141); }
td.TdClassName
{
border-color: #6A198D;
}
.TagClassName
{
border-color: #6A198D;
}
</style>