Shades of Vivid Violet #6B1B89
Tints of Vivid Violet #6B1B89
RGB
CMYK
RGB Variations
Color information
#6B1B89 (or 0x6B1B89) is known color: Vivid Violet. HEX triplet: 6B, 1B and 89. RGB value is (107,27,137). Sum of RGB (Red+Green+Blue) = 107+27+137=271 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.48% from 271); Green value is 27 (10.94% from 255 or 9.96% from 271); Blue value is 137 (53.91% from 255 or 50.55% from 271); Max value from RGB is 137 - color contains mainly: blue. Hex color #6B1B89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B1B89 is #94E476. Grayscale: #3F3F3F. Windows color (decimal): -9757815 or 8985451. OLE color: 8985451.
HSL color Cylindrical-coordinate representation of color #6B1B89: hue angle of 283.64º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B1B89 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 27 | 137 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.46 |
| HSL | 283.64º | 0.67% | 0.32% | - |
| HSV(B) | 283.64º | 0.8% | 0.54% | - |
| XYZ | 10.97 | 5.72 | 24.19 | - |
| YUV | 63.46 | 169.5 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 27 | 137 | 0.22 | 0.80 | 0 | 0.46 | 283.64 | 0.67 | 0.32 |
| Hex | 6B | 1B | 89 | 16 | 50 | 0 | 2E | 11C | 43 | 20 |
| Octal | 153 | 33 | 211 | 26 | 120 | 0 | 56 | 434 | 103 | 40 |
| Binary | 1101011 | 11011 | 10001001 | 10110 | 1010000 | 0 | 101110 | 100011100 | 1000011 | 100000 |
Color Harmonies of #6B1B89
Complementary color
Monochromatic Colors of #6B1B89
Black with #6B1B89
Text Example
Text Example
White with #6B1B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1B89; }
p { color: rgb(107,27,137); }
H1.HeaderClassName
{
color: #6B1B89;
}
.AnyTagClassName
{
color: #6B1B89;
}
</style>
background-color css
<style>
a { background-color: #6B1B89; }
a { background-color: rgb(107,27,137); }
div.DivClassName
{
background-color: #6B1B89;
}
.BgClassName
{
background-color: #6B1B89;
}
</style>
border-color css
<style>
span { border-color: #6B1B89; }
span { border-color: rgb(107,27,137); }
td.TdClassName
{
border-color: #6B1B89;
}
.TagClassName
{
border-color: #6B1B89;
}
</style>