Shades of Vivid Violet #6A1898
Tints of Vivid Violet #6A1898
RGB
CMYK
RGB Variations
Color information
#6A1898 (or 0x6A1898) is known color: Vivid Violet. HEX triplet: 6A, 18 and 98. RGB value is (106,24,152). Sum of RGB (Red+Green+Blue) = 106+24+152=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 152 (59.77% from 255 or 53.90% from 282); Max value from RGB is 152 - color contains mainly: blue. Hex color #6A1898 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1898 is #95E767. Grayscale: #3E3E3E. Windows color (decimal): -9824104 or 9967722. OLE color: 9967722.
HSL color Cylindrical-coordinate representation of color #6A1898: hue angle of 278.44º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A1898 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 106 | 24 | 152 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.40 |
| HSL | 278.44º | 0.73% | 0.35% | - |
| HSV(B) | 278.44º | 0.84% | 0.6% | - |
| XYZ | 11.94 | 5.98 | 30.23 | - |
| YUV | 63.11 | 178.17 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 24 | 152 | 0.30 | 0.84 | 0 | 0.40 | 278.44 | 0.73 | 0.35 |
| Hex | 6A | 18 | 98 | 1E | 54 | 0 | 28 | 116 | 49 | 23 |
| Octal | 152 | 30 | 230 | 36 | 124 | 0 | 50 | 426 | 111 | 43 |
| Binary | 1101010 | 11000 | 10011000 | 11110 | 1010100 | 0 | 101000 | 100010110 | 1001001 | 100011 |
Color Harmonies of #6A1898
Complementary color
Monochromatic Colors of #6A1898
Black with #6A1898
Text Example
Text Example
White with #6A1898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1898; }
p { color: rgb(106,24,152); }
H1.HeaderClassName
{
color: #6A1898;
}
.AnyTagClassName
{
color: #6A1898;
}
</style>
background-color css
<style>
a { background-color: #6A1898; }
a { background-color: rgb(106,24,152); }
div.DivClassName
{
background-color: #6A1898;
}
.BgClassName
{
background-color: #6A1898;
}
</style>
border-color css
<style>
span { border-color: #6A1898; }
span { border-color: rgb(106,24,152); }
td.TdClassName
{
border-color: #6A1898;
}
.TagClassName
{
border-color: #6A1898;
}
</style>