Shades of Vivid Violet #6C2791
Tints of Vivid Violet #6C2791
RGB
CMYK
RGB Variations
Color information
#6C2791 (or 0x6C2791) is known color: Vivid Violet. HEX triplet: 6C, 27 and 91. RGB value is (108,39,145). Sum of RGB (Red+Green+Blue) = 108+39+145=292 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.99% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #6C2791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2791 is #93D86E. Grayscale: #474747. Windows color (decimal): -9689199 or 9512812. OLE color: 9512812.
HSL color Cylindrical-coordinate representation of color #6C2791: hue angle of 279.06º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C2791 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 108 | 39 | 145 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.43 |
| HSL | 279.06º | 0.58% | 0.36% | - |
| HSV(B) | 279.06º | 0.73% | 0.57% | - |
| XYZ | 12.02 | 6.68 | 27.44 | - |
| YUV | 71.72 | 169.36 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 39 | 145 | 0.26 | 0.73 | 0 | 0.43 | 279.06 | 0.58 | 0.36 |
| Hex | 6C | 27 | 91 | 1A | 49 | 0 | 2B | 117 | 3A | 24 |
| Octal | 154 | 47 | 221 | 32 | 111 | 0 | 53 | 427 | 72 | 44 |
| Binary | 1101100 | 100111 | 10010001 | 11010 | 1001001 | 0 | 101011 | 100010111 | 111010 | 100100 |
Color Harmonies of #6C2791
Complementary color
Monochromatic Colors of #6C2791
Black with #6C2791
Text Example
Text Example
White with #6C2791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2791; }
p { color: rgb(108,39,145); }
H1.HeaderClassName
{
color: #6C2791;
}
.AnyTagClassName
{
color: #6C2791;
}
</style>
background-color css
<style>
a { background-color: #6C2791; }
a { background-color: rgb(108,39,145); }
div.DivClassName
{
background-color: #6C2791;
}
.BgClassName
{
background-color: #6C2791;
}
</style>
border-color css
<style>
span { border-color: #6C2791; }
span { border-color: rgb(108,39,145); }
td.TdClassName
{
border-color: #6C2791;
}
.TagClassName
{
border-color: #6C2791;
}
</style>