Shades of Vivid Violet #6F328D
Tints of Vivid Violet #6F328D
RGB
CMYK
RGB Variations
Color information
#6F328D (or 0x6F328D) is known color: Vivid Violet. HEX triplet: 6F, 32 and 8D. RGB value is (111,50,141). Sum of RGB (Red+Green+Blue) = 111+50+141=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #6F328D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F328D is #90CD72. Grayscale: #4E4E4E. Windows color (decimal): -9489779 or 9253487. OLE color: 9253487.
HSL color Cylindrical-coordinate representation of color #6F328D: hue angle of 280.22º 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 #6F328D is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 50 | 141 | - |
| CMYK | 0.21 | 0.65 | 0 | 0.45 |
| HSL | 280.22º | 0.48% | 0.37% | - |
| HSV(B) | 280.22º | 0.65% | 0.55% | - |
| XYZ | 12.5 | 7.58 | 26 | - |
| YUV | 78.61 | 163.21 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 50 | 141 | 0.21 | 0.65 | 0 | 0.45 | 280.22 | 0.48 | 0.37 |
| Hex | 6F | 32 | 8D | 15 | 41 | 0 | 2D | 118 | 30 | 25 |
| Octal | 157 | 62 | 215 | 25 | 101 | 0 | 55 | 430 | 60 | 45 |
| Binary | 1101111 | 110010 | 10001101 | 10101 | 1000001 | 0 | 101101 | 100011000 | 110000 | 100101 |
Color Harmonies of #6F328D
Complementary color
Monochromatic Colors of #6F328D
Black with #6F328D
Text Example
Text Example
White with #6F328D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F328D; }
p { color: rgb(111,50,141); }
H1.HeaderClassName
{
color: #6F328D;
}
.AnyTagClassName
{
color: #6F328D;
}
</style>
background-color css
<style>
a { background-color: #6F328D; }
a { background-color: rgb(111,50,141); }
div.DivClassName
{
background-color: #6F328D;
}
.BgClassName
{
background-color: #6F328D;
}
</style>
border-color css
<style>
span { border-color: #6F328D; }
span { border-color: rgb(111,50,141); }
td.TdClassName
{
border-color: #6F328D;
}
.TagClassName
{
border-color: #6F328D;
}
</style>