Shades of Vivid Violet #6D308F
Tints of Vivid Violet #6D308F
RGB
CMYK
RGB Variations
Color information
#6D308F (or 0x6D308F) is known color: Vivid Violet. HEX triplet: 6D, 30 and 8F. RGB value is (109,48,143). Sum of RGB (Red+Green+Blue) = 109+48+143=300 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.33% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 143 (56.25% from 255 or 47.67% from 300); Max value from RGB is 143 - color contains mainly: blue. Hex color #6D308F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D308F is #92CF70. Grayscale: #4C4C4C. Windows color (decimal): -9621361 or 9384045. OLE color: 9384045.
HSL color Cylindrical-coordinate representation of color #6D308F: hue angle of 278.53º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D308F is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 48 | 143 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.44 |
| HSL | 278.53º | 0.5% | 0.37% | - |
| HSV(B) | 278.53º | 0.66% | 0.56% | - |
| XYZ | 12.32 | 7.35 | 26.76 | - |
| YUV | 77.07 | 165.21 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 48 | 143 | 0.24 | 0.66 | 0 | 0.44 | 278.53 | 0.5 | 0.37 |
| Hex | 6D | 30 | 8F | 18 | 42 | 0 | 2C | 117 | 32 | 25 |
| Octal | 155 | 60 | 217 | 30 | 102 | 0 | 54 | 427 | 62 | 45 |
| Binary | 1101101 | 110000 | 10001111 | 11000 | 1000010 | 0 | 101100 | 100010111 | 110010 | 100101 |
Color Harmonies of #6D308F
Complementary color
Monochromatic Colors of #6D308F
Black with #6D308F
Text Example
Text Example
White with #6D308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D308F; }
p { color: rgb(109,48,143); }
H1.HeaderClassName
{
color: #6D308F;
}
.AnyTagClassName
{
color: #6D308F;
}
</style>
background-color css
<style>
a { background-color: #6D308F; }
a { background-color: rgb(109,48,143); }
div.DivClassName
{
background-color: #6D308F;
}
.BgClassName
{
background-color: #6D308F;
}
</style>
border-color css
<style>
span { border-color: #6D308F; }
span { border-color: rgb(109,48,143); }
td.TdClassName
{
border-color: #6D308F;
}
.TagClassName
{
border-color: #6D308F;
}
</style>