Shades of Vivid Violet #6D1792
Tints of Vivid Violet #6D1792
RGB
CMYK
RGB Variations
Color information
#6D1792 (or 0x6D1792) is known color: Vivid Violet. HEX triplet: 6D, 17 and 92. RGB value is (109,23,146). Sum of RGB (Red+Green+Blue) = 109+23+146=278 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.21% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #6D1792 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1792 is #92E86D. Grayscale: #3E3E3E. Windows color (decimal): -9627758 or 9574253. OLE color: 9574253.
HSL color Cylindrical-coordinate representation of color #6D1792: hue angle of 281.95º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D1792 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 109 | 23 | 146 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.43 |
| HSL | 281.95º | 0.73% | 0.33% | - |
| HSV(B) | 281.95º | 0.84% | 0.57% | - |
| XYZ | 11.8 | 5.94 | 27.72 | - |
| YUV | 62.74 | 174.99 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 23 | 146 | 0.25 | 0.84 | 0 | 0.43 | 281.95 | 0.73 | 0.33 |
| Hex | 6D | 17 | 92 | 19 | 54 | 0 | 2B | 11A | 49 | 21 |
| Octal | 155 | 27 | 222 | 31 | 124 | 0 | 53 | 432 | 111 | 41 |
| Binary | 1101101 | 10111 | 10010010 | 11001 | 1010100 | 0 | 101011 | 100011010 | 1001001 | 100001 |
Color Harmonies of #6D1792
Complementary color
Monochromatic Colors of #6D1792
Black with #6D1792
Text Example
Text Example
White with #6D1792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1792; }
p { color: rgb(109,23,146); }
H1.HeaderClassName
{
color: #6D1792;
}
.AnyTagClassName
{
color: #6D1792;
}
</style>
background-color css
<style>
a { background-color: #6D1792; }
a { background-color: rgb(109,23,146); }
div.DivClassName
{
background-color: #6D1792;
}
.BgClassName
{
background-color: #6D1792;
}
</style>
border-color css
<style>
span { border-color: #6D1792; }
span { border-color: rgb(109,23,146); }
td.TdClassName
{
border-color: #6D1792;
}
.TagClassName
{
border-color: #6D1792;
}
</style>