Shades of Vivid Violet #6C1790
Tints of Vivid Violet #6C1790
RGB
CMYK
RGB Variations
Color information
#6C1790 (or 0x6C1790) is known color: Vivid Violet. HEX triplet: 6C, 17 and 90. RGB value is (108,23,144). Sum of RGB (Red+Green+Blue) = 108+23+144=275 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.27% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #6C1790 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1790 is #93E86F. Grayscale: #3D3D3D. Windows color (decimal): -9693296 or 9443180. OLE color: 9443180.
HSL color Cylindrical-coordinate representation of color #6C1790: hue angle of 282.15º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C1790 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 23 | 144 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.44 |
| HSL | 282.15º | 0.72% | 0.33% | - |
| HSV(B) | 282.15º | 0.84% | 0.56% | - |
| XYZ | 11.52 | 5.81 | 26.9 | - |
| YUV | 62.21 | 174.16 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 23 | 144 | 0.25 | 0.84 | 0 | 0.44 | 282.15 | 0.72 | 0.33 |
| Hex | 6C | 17 | 90 | 19 | 54 | 0 | 2C | 11A | 48 | 21 |
| Octal | 154 | 27 | 220 | 31 | 124 | 0 | 54 | 432 | 110 | 41 |
| Binary | 1101100 | 10111 | 10010000 | 11001 | 1010100 | 0 | 101100 | 100011010 | 1001000 | 100001 |
Color Harmonies of #6C1790
Complementary color
Monochromatic Colors of #6C1790
Black with #6C1790
Text Example
Text Example
White with #6C1790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1790; }
p { color: rgb(108,23,144); }
H1.HeaderClassName
{
color: #6C1790;
}
.AnyTagClassName
{
color: #6C1790;
}
</style>
background-color css
<style>
a { background-color: #6C1790; }
a { background-color: rgb(108,23,144); }
div.DivClassName
{
background-color: #6C1790;
}
.BgClassName
{
background-color: #6C1790;
}
</style>
border-color css
<style>
span { border-color: #6C1790; }
span { border-color: rgb(108,23,144); }
td.TdClassName
{
border-color: #6C1790;
}
.TagClassName
{
border-color: #6C1790;
}
</style>