Shades of Vivid Violet #6D298B
Tints of Vivid Violet #6D298B
RGB
CMYK
RGB Variations
Color information
#6D298B (or 0x6D298B) is known color: Vivid Violet. HEX triplet: 6D, 29 and 8B. RGB value is (109,41,139). Sum of RGB (Red+Green+Blue) = 109+41+139=289 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.72% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #6D298B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D298B is #92D674. Grayscale: #484848. Windows color (decimal): -9623157 or 9120109. OLE color: 9120109.
HSL color Cylindrical-coordinate representation of color #6D298B: hue angle of 281.63º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D298B is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 41 | 139 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.45 |
| HSL | 281.63º | 0.54% | 0.35% | - |
| HSV(B) | 281.63º | 0.71% | 0.55% | - |
| XYZ | 11.76 | 6.7 | 25.1 | - |
| YUV | 72.5 | 165.53 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 41 | 139 | 0.22 | 0.71 | 0 | 0.45 | 281.63 | 0.54 | 0.35 |
| Hex | 6D | 29 | 8B | 16 | 47 | 0 | 2D | 11A | 36 | 23 |
| Octal | 155 | 51 | 213 | 26 | 107 | 0 | 55 | 432 | 66 | 43 |
| Binary | 1101101 | 101001 | 10001011 | 10110 | 1000111 | 0 | 101101 | 100011010 | 110110 | 100011 |
Color Harmonies of #6D298B
Complementary color
Monochromatic Colors of #6D298B
Black with #6D298B
Text Example
Text Example
White with #6D298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D298B; }
p { color: rgb(109,41,139); }
H1.HeaderClassName
{
color: #6D298B;
}
.AnyTagClassName
{
color: #6D298B;
}
</style>
background-color css
<style>
a { background-color: #6D298B; }
a { background-color: rgb(109,41,139); }
div.DivClassName
{
background-color: #6D298B;
}
.BgClassName
{
background-color: #6D298B;
}
</style>
border-color css
<style>
span { border-color: #6D298B; }
span { border-color: rgb(109,41,139); }
td.TdClassName
{
border-color: #6D298B;
}
.TagClassName
{
border-color: #6D298B;
}
</style>