Shades of Vivid Violet #6C1B87
Tints of Vivid Violet #6C1B87
RGB
CMYK
RGB Variations
Color information
#6C1B87 (or 0x6C1B87) is known color: Vivid Violet. HEX triplet: 6C, 1B and 87. RGB value is (108,27,135). Sum of RGB (Red+Green+Blue) = 108+27+135=270 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: blue. Hex color #6C1B87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C1B87 is #93E478. Grayscale: #3F3F3F. Windows color (decimal): -9692281 or 8854380. OLE color: 8854380.
HSL color Cylindrical-coordinate representation of color #6C1B87: hue angle of 285º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C1B87 is Cyan = 0.2, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 27 | 135 | - |
| CMYK | 0.2 | 0.8 | 0 | 0.47 |
| HSL | 285º | 0.67% | 0.32% | - |
| HSV(B) | 285º | 0.8% | 0.53% | - |
| XYZ | 10.95 | 5.72 | 23.45 | - |
| YUV | 63.53 | 168.34 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 27 | 135 | 0.2 | 0.8 | 0 | 0.47 | 285 | 0.67 | 0.32 |
| Hex | 6C | 1B | 87 | 14 | 50 | 0 | 2F | 11D | 43 | 20 |
| Octal | 154 | 33 | 207 | 24 | 120 | 0 | 57 | 435 | 103 | 40 |
| Binary | 1101100 | 11011 | 10000111 | 10100 | 1010000 | 0 | 101111 | 100011101 | 1000011 | 100000 |
Color Harmonies of #6C1B87
Complementary color
Monochromatic Colors of #6C1B87
Black with #6C1B87
Text Example
Text Example
White with #6C1B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1B87; }
p { color: rgb(108,27,135); }
H1.HeaderClassName
{
color: #6C1B87;
}
.AnyTagClassName
{
color: #6C1B87;
}
</style>
background-color css
<style>
a { background-color: #6C1B87; }
a { background-color: rgb(108,27,135); }
div.DivClassName
{
background-color: #6C1B87;
}
.BgClassName
{
background-color: #6C1B87;
}
</style>
border-color css
<style>
span { border-color: #6C1B87; }
span { border-color: rgb(108,27,135); }
td.TdClassName
{
border-color: #6C1B87;
}
.TagClassName
{
border-color: #6C1B87;
}
</style>