Shades of Vivid Violet #6F288D
Tints of Vivid Violet #6F288D
RGB
CMYK
RGB Variations
Color information
#6F288D (or 0x6F288D) is known color: Vivid Violet. HEX triplet: 6F, 28 and 8D. RGB value is (111,40,141). Sum of RGB (Red+Green+Blue) = 111+40+141=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #6F288D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F288D is #90D772. Grayscale: #484848. Windows color (decimal): -9492339 or 9250927. OLE color: 9250927.
HSL color Cylindrical-coordinate representation of color #6F288D: hue angle of 282.18º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F288D is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 40 | 141 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.45 |
| HSL | 282.18º | 0.56% | 0.35% | - |
| HSV(B) | 282.18º | 0.72% | 0.55% | - |
| XYZ | 12.12 | 6.82 | 25.88 | - |
| YUV | 72.74 | 166.52 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 40 | 141 | 0.21 | 0.72 | 0 | 0.45 | 282.18 | 0.56 | 0.35 |
| Hex | 6F | 28 | 8D | 15 | 48 | 0 | 2D | 11A | 38 | 23 |
| Octal | 157 | 50 | 215 | 25 | 110 | 0 | 55 | 432 | 70 | 43 |
| Binary | 1101111 | 101000 | 10001101 | 10101 | 1001000 | 0 | 101101 | 100011010 | 111000 | 100011 |
Color Harmonies of #6F288D
Complementary color
Monochromatic Colors of #6F288D
Black with #6F288D
Text Example
Text Example
White with #6F288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F288D; }
p { color: rgb(111,40,141); }
H1.HeaderClassName
{
color: #6F288D;
}
.AnyTagClassName
{
color: #6F288D;
}
</style>
background-color css
<style>
a { background-color: #6F288D; }
a { background-color: rgb(111,40,141); }
div.DivClassName
{
background-color: #6F288D;
}
.BgClassName
{
background-color: #6F288D;
}
</style>
border-color css
<style>
span { border-color: #6F288D; }
span { border-color: rgb(111,40,141); }
td.TdClassName
{
border-color: #6F288D;
}
.TagClassName
{
border-color: #6F288D;
}
</style>