Shades of Vivid Violet #6B1E96
Tints of Vivid Violet #6B1E96
RGB
CMYK
RGB Variations
Color information
#6B1E96 (or 0x6B1E96) is known color: Vivid Violet. HEX triplet: 6B, 1E and 96. RGB value is (107,30,150). Sum of RGB (Red+Green+Blue) = 107+30+150=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #6B1E96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B1E96 is #94E169. Grayscale: #424242. Windows color (decimal): -9757034 or 9838187. OLE color: 9838187.
HSL color Cylindrical-coordinate representation of color #6B1E96: hue angle of 278.5º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B1E96 is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 30 | 150 | - |
| CMYK | 0.29 | 0.80 | 0 | 0.41 |
| HSL | 278.5º | 0.67% | 0.35% | - |
| HSV(B) | 278.5º | 0.8% | 0.59% | - |
| XYZ | 12.03 | 6.26 | 29.43 | - |
| YUV | 66.7 | 175.01 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 30 | 150 | 0.29 | 0.80 | 0 | 0.41 | 278.5 | 0.67 | 0.35 |
| Hex | 6B | 1E | 96 | 1D | 50 | 0 | 29 | 116 | 43 | 23 |
| Octal | 153 | 36 | 226 | 35 | 120 | 0 | 51 | 426 | 103 | 43 |
| Binary | 1101011 | 11110 | 10010110 | 11101 | 1010000 | 0 | 101001 | 100010110 | 1000011 | 100011 |
Color Harmonies of #6B1E96
Complementary color
Monochromatic Colors of #6B1E96
Black with #6B1E96
Text Example
Text Example
White with #6B1E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1E96; }
p { color: rgb(107,30,150); }
H1.HeaderClassName
{
color: #6B1E96;
}
.AnyTagClassName
{
color: #6B1E96;
}
</style>
background-color css
<style>
a { background-color: #6B1E96; }
a { background-color: rgb(107,30,150); }
div.DivClassName
{
background-color: #6B1E96;
}
.BgClassName
{
background-color: #6B1E96;
}
</style>
border-color css
<style>
span { border-color: #6B1E96; }
span { border-color: rgb(107,30,150); }
td.TdClassName
{
border-color: #6B1E96;
}
.TagClassName
{
border-color: #6B1E96;
}
</style>