Shades of Vivid Violet #6B2189
Tints of Vivid Violet #6B2189
RGB
CMYK
RGB Variations
Color information
#6B2189 (or 0x6B2189) is known color: Vivid Violet. HEX triplet: 6B, 21 and 89. RGB value is (107,33,137). Sum of RGB (Red+Green+Blue) = 107+33+137=277 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.63% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 137 (53.91% from 255 or 49.46% from 277); Max value from RGB is 137 - color contains mainly: blue. Hex color #6B2189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2189 is #94DE76. Grayscale: #424242. Windows color (decimal): -9756279 or 8986987. OLE color: 8986987.
HSL color Cylindrical-coordinate representation of color #6B2189: hue angle of 282.69º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B2189 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 33 | 137 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.46 |
| HSL | 282.69º | 0.61% | 0.33% | - |
| HSV(B) | 282.69º | 0.76% | 0.54% | - |
| XYZ | 11.12 | 6.02 | 24.24 | - |
| YUV | 66.98 | 167.52 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 33 | 137 | 0.22 | 0.76 | 0 | 0.46 | 282.69 | 0.61 | 0.33 |
| Hex | 6B | 21 | 89 | 16 | 4C | 0 | 2E | 11B | 3D | 21 |
| Octal | 153 | 41 | 211 | 26 | 114 | 0 | 56 | 433 | 75 | 41 |
| Binary | 1101011 | 100001 | 10001001 | 10110 | 1001100 | 0 | 101110 | 100011011 | 111101 | 100001 |
Color Harmonies of #6B2189
Complementary color
Monochromatic Colors of #6B2189
Black with #6B2189
Text Example
Text Example
White with #6B2189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2189; }
p { color: rgb(107,33,137); }
H1.HeaderClassName
{
color: #6B2189;
}
.AnyTagClassName
{
color: #6B2189;
}
</style>
background-color css
<style>
a { background-color: #6B2189; }
a { background-color: rgb(107,33,137); }
div.DivClassName
{
background-color: #6B2189;
}
.BgClassName
{
background-color: #6B2189;
}
</style>
border-color css
<style>
span { border-color: #6B2189; }
span { border-color: rgb(107,33,137); }
td.TdClassName
{
border-color: #6B2189;
}
.TagClassName
{
border-color: #6B2189;
}
</style>