Shades of Vivid Violet #6C1D92
Tints of Vivid Violet #6C1D92
RGB
CMYK
RGB Variations
Color information
#6C1D92 (or 0x6C1D92) is known color: Vivid Violet. HEX triplet: 6C, 1D and 92. RGB value is (108,29,146). Sum of RGB (Red+Green+Blue) = 108+29+146=283 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.16% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #6C1D92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C1D92 is #93E26D. Grayscale: #414141. Windows color (decimal): -9691758 or 9575788. OLE color: 9575788.
HSL color Cylindrical-coordinate representation of color #6C1D92: hue angle of 280.51º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6C1D92 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 108 | 29 | 146 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.43 |
| HSL | 280.51º | 0.67% | 0.34% | - |
| HSV(B) | 280.51º | 0.8% | 0.57% | - |
| XYZ | 11.81 | 6.14 | 27.76 | - |
| YUV | 65.96 | 173.17 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 29 | 146 | 0.26 | 0.80 | 0 | 0.43 | 280.51 | 0.67 | 0.34 |
| Hex | 6C | 1D | 92 | 1A | 50 | 0 | 2B | 119 | 43 | 22 |
| Octal | 154 | 35 | 222 | 32 | 120 | 0 | 53 | 431 | 103 | 42 |
| Binary | 1101100 | 11101 | 10010010 | 11010 | 1010000 | 0 | 101011 | 100011001 | 1000011 | 100010 |
Color Harmonies of #6C1D92
Complementary color
Monochromatic Colors of #6C1D92
Black with #6C1D92
Text Example
Text Example
White with #6C1D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1D92; }
p { color: rgb(108,29,146); }
H1.HeaderClassName
{
color: #6C1D92;
}
.AnyTagClassName
{
color: #6C1D92;
}
</style>
background-color css
<style>
a { background-color: #6C1D92; }
a { background-color: rgb(108,29,146); }
div.DivClassName
{
background-color: #6C1D92;
}
.BgClassName
{
background-color: #6C1D92;
}
</style>
border-color css
<style>
span { border-color: #6C1D92; }
span { border-color: rgb(108,29,146); }
td.TdClassName
{
border-color: #6C1D92;
}
.TagClassName
{
border-color: #6C1D92;
}
</style>