Shades of Vivid Violet #6C288F
Tints of Vivid Violet #6C288F
RGB
CMYK
RGB Variations
Color information
#6C288F (or 0x6C288F) is known color: Vivid Violet. HEX triplet: 6C, 28 and 8F. RGB value is (108,40,143). Sum of RGB (Red+Green+Blue) = 108+40+143=291 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.11% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 143 (56.25% from 255 or 49.14% from 291); Max value from RGB is 143 - color contains mainly: blue. Hex color #6C288F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C288F is #93D770. Grayscale: #474747. Windows color (decimal): -9688945 or 9381996. OLE color: 9381996.
HSL color Cylindrical-coordinate representation of color #6C288F: hue angle of 279.61º 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 #6C288F is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 40 | 143 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.44 |
| HSL | 279.61º | 0.56% | 0.36% | - |
| HSV(B) | 279.61º | 0.72% | 0.56% | - |
| XYZ | 11.9 | 6.69 | 26.65 | - |
| YUV | 72.07 | 168.03 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 40 | 143 | 0.24 | 0.72 | 0 | 0.44 | 279.61 | 0.56 | 0.36 |
| Hex | 6C | 28 | 8F | 18 | 48 | 0 | 2C | 118 | 38 | 24 |
| Octal | 154 | 50 | 217 | 30 | 110 | 0 | 54 | 430 | 70 | 44 |
| Binary | 1101100 | 101000 | 10001111 | 11000 | 1001000 | 0 | 101100 | 100011000 | 111000 | 100100 |
Color Harmonies of #6C288F
Complementary color
Monochromatic Colors of #6C288F
Black with #6C288F
Text Example
Text Example
White with #6C288F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C288F; }
p { color: rgb(108,40,143); }
H1.HeaderClassName
{
color: #6C288F;
}
.AnyTagClassName
{
color: #6C288F;
}
</style>
background-color css
<style>
a { background-color: #6C288F; }
a { background-color: rgb(108,40,143); }
div.DivClassName
{
background-color: #6C288F;
}
.BgClassName
{
background-color: #6C288F;
}
</style>
border-color css
<style>
span { border-color: #6C288F; }
span { border-color: rgb(108,40,143); }
td.TdClassName
{
border-color: #6C288F;
}
.TagClassName
{
border-color: #6C288F;
}
</style>