Shades of Vivid Violet #6D1595
Tints of Vivid Violet #6D1595
RGB
CMYK
RGB Variations
Color information
#6D1595 (or 0x6D1595) is known color: Vivid Violet. HEX triplet: 6D, 15 and 95. RGB value is (109,21,149). Sum of RGB (Red+Green+Blue) = 109+21+149=279 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.07% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #6D1595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1595 is #92EA6A. Grayscale: #3D3D3D. Windows color (decimal): -9628267 or 9770349. OLE color: 9770349.
HSL color Cylindrical-coordinate representation of color #6D1595: hue angle of 281.25º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D1595 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 21 | 149 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.42 |
| HSL | 281.25º | 0.75% | 0.33% | - |
| HSV(B) | 281.25º | 0.86% | 0.58% | - |
| XYZ | 12 | 5.96 | 28.95 | - |
| YUV | 61.9 | 177.15 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 21 | 149 | 0.27 | 0.86 | 0 | 0.42 | 281.25 | 0.75 | 0.33 |
| Hex | 6D | 15 | 95 | 1B | 56 | 0 | 2A | 119 | 4B | 21 |
| Octal | 155 | 25 | 225 | 33 | 126 | 0 | 52 | 431 | 113 | 41 |
| Binary | 1101101 | 10101 | 10010101 | 11011 | 1010110 | 0 | 101010 | 100011001 | 1001011 | 100001 |
Color Harmonies of #6D1595
Complementary color
Monochromatic Colors of #6D1595
Black with #6D1595
Text Example
Text Example
White with #6D1595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1595; }
p { color: rgb(109,21,149); }
H1.HeaderClassName
{
color: #6D1595;
}
.AnyTagClassName
{
color: #6D1595;
}
</style>
background-color css
<style>
a { background-color: #6D1595; }
a { background-color: rgb(109,21,149); }
div.DivClassName
{
background-color: #6D1595;
}
.BgClassName
{
background-color: #6D1595;
}
</style>
border-color css
<style>
span { border-color: #6D1595; }
span { border-color: rgb(109,21,149); }
td.TdClassName
{
border-color: #6D1595;
}
.TagClassName
{
border-color: #6D1595;
}
</style>