Shades of Vivid Violet #6D328F
Tints of Vivid Violet #6D328F
RGB
CMYK
RGB Variations
Color information
#6D328F (or 0x6D328F) is known color: Vivid Violet. HEX triplet: 6D, 32 and 8F. RGB value is (109,50,143). Sum of RGB (Red+Green+Blue) = 109+50+143=302 (40% of max value = 765). Red value is 109 (42.97% from 255 or 36.09% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 143 (56.25% from 255 or 47.35% from 302); Max value from RGB is 143 - color contains mainly: blue. Hex color #6D328F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D328F is #92CD70. Grayscale: #4D4D4D. Windows color (decimal): -9620849 or 9384557. OLE color: 9384557.
HSL color Cylindrical-coordinate representation of color #6D328F: hue angle of 278.06º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6D328F is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 50 | 143 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.44 |
| HSL | 278.06º | 0.48% | 0.38% | - |
| HSV(B) | 278.06º | 0.65% | 0.56% | - |
| XYZ | 12.41 | 7.52 | 26.78 | - |
| YUV | 78.24 | 164.55 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 50 | 143 | 0.24 | 0.65 | 0 | 0.44 | 278.06 | 0.48 | 0.38 |
| Hex | 6D | 32 | 8F | 18 | 41 | 0 | 2C | 116 | 30 | 26 |
| Octal | 155 | 62 | 217 | 30 | 101 | 0 | 54 | 426 | 60 | 46 |
| Binary | 1101101 | 110010 | 10001111 | 11000 | 1000001 | 0 | 101100 | 100010110 | 110000 | 100110 |
Color Harmonies of #6D328F
Complementary color
Monochromatic Colors of #6D328F
Black with #6D328F
Text Example
Text Example
White with #6D328F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D328F; }
p { color: rgb(109,50,143); }
H1.HeaderClassName
{
color: #6D328F;
}
.AnyTagClassName
{
color: #6D328F;
}
</style>
background-color css
<style>
a { background-color: #6D328F; }
a { background-color: rgb(109,50,143); }
div.DivClassName
{
background-color: #6D328F;
}
.BgClassName
{
background-color: #6D328F;
}
</style>
border-color css
<style>
span { border-color: #6D328F; }
span { border-color: rgb(109,50,143); }
td.TdClassName
{
border-color: #6D328F;
}
.TagClassName
{
border-color: #6D328F;
}
</style>