Shades of Vivid Violet #6F288F
Tints of Vivid Violet #6F288F
RGB
CMYK
RGB Variations
Color information
#6F288F (or 0x6F288F) is known color: Vivid Violet. HEX triplet: 6F, 28 and 8F. RGB value is (111,40,143). Sum of RGB (Red+Green+Blue) = 111+40+143=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 143 (56.25% from 255 or 48.64% from 294); Max value from RGB is 143 - color contains mainly: blue. Hex color #6F288F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F288F is #90D770. Grayscale: #484848. Windows color (decimal): -9492337 or 9381999. OLE color: 9381999.
HSL color Cylindrical-coordinate representation of color #6F288F: hue angle of 281.36º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F288F is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 40 | 143 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.44 |
| HSL | 281.36º | 0.56% | 0.36% | - |
| HSV(B) | 281.36º | 0.72% | 0.56% | - |
| XYZ | 12.27 | 6.88 | 26.67 | - |
| YUV | 72.97 | 167.52 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 40 | 143 | 0.22 | 0.72 | 0 | 0.44 | 281.36 | 0.56 | 0.36 |
| Hex | 6F | 28 | 8F | 16 | 48 | 0 | 2C | 119 | 38 | 24 |
| Octal | 157 | 50 | 217 | 26 | 110 | 0 | 54 | 431 | 70 | 44 |
| Binary | 1101111 | 101000 | 10001111 | 10110 | 1001000 | 0 | 101100 | 100011001 | 111000 | 100100 |
Color Harmonies of #6F288F
Complementary color
Monochromatic Colors of #6F288F
Black with #6F288F
Text Example
Text Example
White with #6F288F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F288F; }
p { color: rgb(111,40,143); }
H1.HeaderClassName
{
color: #6F288F;
}
.AnyTagClassName
{
color: #6F288F;
}
</style>
background-color css
<style>
a { background-color: #6F288F; }
a { background-color: rgb(111,40,143); }
div.DivClassName
{
background-color: #6F288F;
}
.BgClassName
{
background-color: #6F288F;
}
</style>
border-color css
<style>
span { border-color: #6F288F; }
span { border-color: rgb(111,40,143); }
td.TdClassName
{
border-color: #6F288F;
}
.TagClassName
{
border-color: #6F288F;
}
</style>