Shades of Vivid Violet #6D2493
Tints of Vivid Violet #6D2493
RGB
CMYK
RGB Variations
Color information
#6D2493 (or 0x6D2493) is known color: Vivid Violet. HEX triplet: 6D, 24 and 93. RGB value is (109,36,147). Sum of RGB (Red+Green+Blue) = 109+36+147=292 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.33% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 147 (57.81% from 255 or 50.34% from 292); Max value from RGB is 147 - color contains mainly: blue. Hex color #6D2493 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2493 is #92DB6C. Grayscale: #464646. Windows color (decimal): -9624429 or 9643117. OLE color: 9643117.
HSL color Cylindrical-coordinate representation of color #6D2493: hue angle of 279.46º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D2493 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 36 | 147 | - |
| CMYK | 0.26 | 0.76 | 0 | 0.42 |
| HSL | 279.46º | 0.61% | 0.36% | - |
| HSV(B) | 279.46º | 0.76% | 0.58% | - |
| XYZ | 12.2 | 6.62 | 28.24 | - |
| YUV | 70.48 | 171.18 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 36 | 147 | 0.26 | 0.76 | 0 | 0.42 | 279.46 | 0.61 | 0.36 |
| Hex | 6D | 24 | 93 | 1A | 4C | 0 | 2A | 117 | 3D | 24 |
| Octal | 155 | 44 | 223 | 32 | 114 | 0 | 52 | 427 | 75 | 44 |
| Binary | 1101101 | 100100 | 10010011 | 11010 | 1001100 | 0 | 101010 | 100010111 | 111101 | 100100 |
Color Harmonies of #6D2493
Complementary color
Monochromatic Colors of #6D2493
Black with #6D2493
Text Example
Text Example
White with #6D2493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2493; }
p { color: rgb(109,36,147); }
H1.HeaderClassName
{
color: #6D2493;
}
.AnyTagClassName
{
color: #6D2493;
}
</style>
background-color css
<style>
a { background-color: #6D2493; }
a { background-color: rgb(109,36,147); }
div.DivClassName
{
background-color: #6D2493;
}
.BgClassName
{
background-color: #6D2493;
}
</style>
border-color css
<style>
span { border-color: #6D2493; }
span { border-color: rgb(109,36,147); }
td.TdClassName
{
border-color: #6D2493;
}
.TagClassName
{
border-color: #6D2493;
}
</style>