Shades of Vivid Violet #6F358D
Tints of Vivid Violet #6F358D
RGB
CMYK
RGB Variations
Color information
#6F358D (or 0x6F358D) is known color: Vivid Violet. HEX triplet: 6F, 35 and 8D. RGB value is (111,53,141). Sum of RGB (Red+Green+Blue) = 111+53+141=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #6F358D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F358D is #90CA72. Grayscale: #505050. Windows color (decimal): -9489011 or 9254255. OLE color: 9254255.
HSL color Cylindrical-coordinate representation of color #6F358D: hue angle of 279.55º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F358D is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 53 | 141 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.45 |
| HSL | 279.55º | 0.45% | 0.38% | - |
| HSV(B) | 279.55º | 0.62% | 0.55% | - |
| XYZ | 12.64 | 7.85 | 26.05 | - |
| YUV | 80.37 | 162.22 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 53 | 141 | 0.21 | 0.62 | 0 | 0.45 | 279.55 | 0.45 | 0.38 |
| Hex | 6F | 35 | 8D | 15 | 3E | 0 | 2D | 118 | 2D | 26 |
| Octal | 157 | 65 | 215 | 25 | 76 | 0 | 55 | 430 | 55 | 46 |
| Binary | 1101111 | 110101 | 10001101 | 10101 | 111110 | 0 | 101101 | 100011000 | 101101 | 100110 |
Color Harmonies of #6F358D
Complementary color
Monochromatic Colors of #6F358D
Black with #6F358D
Text Example
Text Example
White with #6F358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F358D; }
p { color: rgb(111,53,141); }
H1.HeaderClassName
{
color: #6F358D;
}
.AnyTagClassName
{
color: #6F358D;
}
</style>
background-color css
<style>
a { background-color: #6F358D; }
a { background-color: rgb(111,53,141); }
div.DivClassName
{
background-color: #6F358D;
}
.BgClassName
{
background-color: #6F358D;
}
</style>
border-color css
<style>
span { border-color: #6F358D; }
span { border-color: rgb(111,53,141); }
td.TdClassName
{
border-color: #6F358D;
}
.TagClassName
{
border-color: #6F358D;
}
</style>