Shades of Vivid Violet #6C2887
Tints of Vivid Violet #6C2887
RGB
CMYK
RGB Variations
Color information
#6C2887 (or 0x6C2887) is known color: Vivid Violet. HEX triplet: 6C, 28 and 87. RGB value is (108,40,135). Sum of RGB (Red+Green+Blue) = 108+40+135=283 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.16% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #6C2887 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2887 is #93D778. Grayscale: #464646. Windows color (decimal): -9688953 or 8857708. OLE color: 8857708.
HSL color Cylindrical-coordinate representation of color #6C2887: hue angle of 282.95º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C2887 is Cyan = 0.2, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 40 | 135 | - |
| CMYK | 0.2 | 0.70 | 0 | 0.47 |
| HSL | 282.95º | 0.54% | 0.34% | - |
| HSV(B) | 282.95º | 0.7% | 0.53% | - |
| XYZ | 11.32 | 6.45 | 23.57 | - |
| YUV | 71.16 | 164.03 | 154.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 40 | 135 | 0.2 | 0.70 | 0 | 0.47 | 282.95 | 0.54 | 0.34 |
| Hex | 6C | 28 | 87 | 14 | 46 | 0 | 2F | 11B | 36 | 22 |
| Octal | 154 | 50 | 207 | 24 | 106 | 0 | 57 | 433 | 66 | 42 |
| Binary | 1101100 | 101000 | 10000111 | 10100 | 1000110 | 0 | 101111 | 100011011 | 110110 | 100010 |
Color Harmonies of #6C2887
Complementary color
Monochromatic Colors of #6C2887
Black with #6C2887
Text Example
Text Example
White with #6C2887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2887; }
p { color: rgb(108,40,135); }
H1.HeaderClassName
{
color: #6C2887;
}
.AnyTagClassName
{
color: #6C2887;
}
</style>
background-color css
<style>
a { background-color: #6C2887; }
a { background-color: rgb(108,40,135); }
div.DivClassName
{
background-color: #6C2887;
}
.BgClassName
{
background-color: #6C2887;
}
</style>
border-color css
<style>
span { border-color: #6C2887; }
span { border-color: rgb(108,40,135); }
td.TdClassName
{
border-color: #6C2887;
}
.TagClassName
{
border-color: #6C2887;
}
</style>