Shades of Vivid Violet #6C3389
Tints of Vivid Violet #6C3389
RGB
CMYK
RGB Variations
Color information
#6C3389 (or 0x6C3389) is known color: Vivid Violet. HEX triplet: 6C, 33 and 89. RGB value is (108,51,137). Sum of RGB (Red+Green+Blue) = 108+51+137=296 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.49% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 137 (53.91% from 255 or 46.28% from 296); Max value from RGB is 137 - color contains mainly: blue. Hex color #6C3389 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3389 is #93CC76. Grayscale: #4D4D4D. Windows color (decimal): -9686135 or 8991596. OLE color: 8991596.
HSL color Cylindrical-coordinate representation of color #6C3389: hue angle of 279.77º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C3389 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 51 | 137 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.46 |
| HSL | 279.77º | 0.46% | 0.37% | - |
| HSV(B) | 279.77º | 0.63% | 0.54% | - |
| XYZ | 11.88 | 7.36 | 24.46 | - |
| YUV | 77.85 | 161.38 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 51 | 137 | 0.21 | 0.63 | 0 | 0.46 | 279.77 | 0.46 | 0.37 |
| Hex | 6C | 33 | 89 | 15 | 3F | 0 | 2E | 118 | 2E | 25 |
| Octal | 154 | 63 | 211 | 25 | 77 | 0 | 56 | 430 | 56 | 45 |
| Binary | 1101100 | 110011 | 10001001 | 10101 | 111111 | 0 | 101110 | 100011000 | 101110 | 100101 |
Color Harmonies of #6C3389
Complementary color
Monochromatic Colors of #6C3389
Black with #6C3389
Text Example
Text Example
White with #6C3389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3389; }
p { color: rgb(108,51,137); }
H1.HeaderClassName
{
color: #6C3389;
}
.AnyTagClassName
{
color: #6C3389;
}
</style>
background-color css
<style>
a { background-color: #6C3389; }
a { background-color: rgb(108,51,137); }
div.DivClassName
{
background-color: #6C3389;
}
.BgClassName
{
background-color: #6C3389;
}
</style>
border-color css
<style>
span { border-color: #6C3389; }
span { border-color: rgb(108,51,137); }
td.TdClassName
{
border-color: #6C3389;
}
.TagClassName
{
border-color: #6C3389;
}
</style>