Shades of Vivid Violet #6C1497
Tints of Vivid Violet #6C1497
RGB
CMYK
RGB Variations
Color information
#6C1497 (or 0x6C1497) is known color: Vivid Violet. HEX triplet: 6C, 14 and 97. RGB value is (108,20,151). Sum of RGB (Red+Green+Blue) = 108+20+151=279 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.71% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 151 (59.38% from 255 or 54.12% from 279); Max value from RGB is 151 - color contains mainly: blue. Hex color #6C1497 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1497 is #93EB68. Grayscale: #3C3C3C. Windows color (decimal): -9694057 or 9901164. OLE color: 9901164.
HSL color Cylindrical-coordinate representation of color #6C1497: hue angle of 280.31º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6C1497 is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 108 | 20 | 151 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.41 |
| HSL | 280.31º | 0.77% | 0.34% | - |
| HSV(B) | 280.31º | 0.87% | 0.59% | - |
| XYZ | 12.02 | 5.92 | 29.79 | - |
| YUV | 61.25 | 178.65 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 20 | 151 | 0.28 | 0.87 | 0 | 0.41 | 280.31 | 0.77 | 0.34 |
| Hex | 6C | 14 | 97 | 1C | 57 | 0 | 29 | 118 | 4D | 22 |
| Octal | 154 | 24 | 227 | 34 | 127 | 0 | 51 | 430 | 115 | 42 |
| Binary | 1101100 | 10100 | 10010111 | 11100 | 1010111 | 0 | 101001 | 100011000 | 1001101 | 100010 |
Color Harmonies of #6C1497
Complementary color
Monochromatic Colors of #6C1497
Black with #6C1497
Text Example
Text Example
White with #6C1497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1497; }
p { color: rgb(108,20,151); }
H1.HeaderClassName
{
color: #6C1497;
}
.AnyTagClassName
{
color: #6C1497;
}
</style>
background-color css
<style>
a { background-color: #6C1497; }
a { background-color: rgb(108,20,151); }
div.DivClassName
{
background-color: #6C1497;
}
.BgClassName
{
background-color: #6C1497;
}
</style>
border-color css
<style>
span { border-color: #6C1497; }
span { border-color: rgb(108,20,151); }
td.TdClassName
{
border-color: #6C1497;
}
.TagClassName
{
border-color: #6C1497;
}
</style>