Shades of Vivid Violet #6C1C94
Tints of Vivid Violet #6C1C94
RGB
CMYK
RGB Variations
Color information
#6C1C94 (or 0x6C1C94) is known color: Vivid Violet. HEX triplet: 6C, 1C and 94. RGB value is (108,28,148). Sum of RGB (Red+Green+Blue) = 108+28+148=284 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.03% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #6C1C94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C1C94 is #93E36B. Grayscale: #414141. Windows color (decimal): -9692012 or 9706604. OLE color: 9706604.
HSL color Cylindrical-coordinate representation of color #6C1C94: hue angle of 280º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C1C94 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 28 | 148 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.42 |
| HSL | 280º | 0.68% | 0.35% | - |
| HSV(B) | 280º | 0.81% | 0.58% | - |
| XYZ | 11.94 | 6.16 | 28.58 | - |
| YUV | 65.6 | 174.5 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 28 | 148 | 0.27 | 0.81 | 0 | 0.42 | 280 | 0.68 | 0.35 |
| Hex | 6C | 1C | 94 | 1B | 51 | 0 | 2A | 118 | 44 | 23 |
| Octal | 154 | 34 | 224 | 33 | 121 | 0 | 52 | 430 | 104 | 43 |
| Binary | 1101100 | 11100 | 10010100 | 11011 | 1010001 | 0 | 101010 | 100011000 | 1000100 | 100011 |
Color Harmonies of #6C1C94
Complementary color
Monochromatic Colors of #6C1C94
Black with #6C1C94
Text Example
Text Example
White with #6C1C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1C94; }
p { color: rgb(108,28,148); }
H1.HeaderClassName
{
color: #6C1C94;
}
.AnyTagClassName
{
color: #6C1C94;
}
</style>
background-color css
<style>
a { background-color: #6C1C94; }
a { background-color: rgb(108,28,148); }
div.DivClassName
{
background-color: #6C1C94;
}
.BgClassName
{
background-color: #6C1C94;
}
</style>
border-color css
<style>
span { border-color: #6C1C94; }
span { border-color: rgb(108,28,148); }
td.TdClassName
{
border-color: #6C1C94;
}
.TagClassName
{
border-color: #6C1C94;
}
</style>