Shades of Vivid Violet #6C328D
Tints of Vivid Violet #6C328D
RGB
CMYK
RGB Variations
Color information
#6C328D (or 0x6C328D) is known color: Vivid Violet. HEX triplet: 6C, 32 and 8D. RGB value is (108,50,141). Sum of RGB (Red+Green+Blue) = 108+50+141=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #6C328D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C328D is #93CD72. Grayscale: #4D4D4D. Windows color (decimal): -9686387 or 9253484. OLE color: 9253484.
HSL color Cylindrical-coordinate representation of color #6C328D: hue angle of 278.24º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C328D is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 50 | 141 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.45 |
| HSL | 278.24º | 0.48% | 0.37% | - |
| HSV(B) | 278.24º | 0.65% | 0.55% | - |
| XYZ | 12.13 | 7.39 | 25.99 | - |
| YUV | 77.72 | 163.72 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 50 | 141 | 0.23 | 0.65 | 0 | 0.45 | 278.24 | 0.48 | 0.37 |
| Hex | 6C | 32 | 8D | 17 | 41 | 0 | 2D | 116 | 30 | 25 |
| Octal | 154 | 62 | 215 | 27 | 101 | 0 | 55 | 426 | 60 | 45 |
| Binary | 1101100 | 110010 | 10001101 | 10111 | 1000001 | 0 | 101101 | 100010110 | 110000 | 100101 |
Color Harmonies of #6C328D
Complementary color
Monochromatic Colors of #6C328D
Black with #6C328D
Text Example
Text Example
White with #6C328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C328D; }
p { color: rgb(108,50,141); }
H1.HeaderClassName
{
color: #6C328D;
}
.AnyTagClassName
{
color: #6C328D;
}
</style>
background-color css
<style>
a { background-color: #6C328D; }
a { background-color: rgb(108,50,141); }
div.DivClassName
{
background-color: #6C328D;
}
.BgClassName
{
background-color: #6C328D;
}
</style>
border-color css
<style>
span { border-color: #6C328D; }
span { border-color: rgb(108,50,141); }
td.TdClassName
{
border-color: #6C328D;
}
.TagClassName
{
border-color: #6C328D;
}
</style>