Shades of Vivid Violet #6C218F
Tints of Vivid Violet #6C218F
RGB
CMYK
RGB Variations
Color information
#6C218F (or 0x6C218F) is known color: Vivid Violet. HEX triplet: 6C, 21 and 8F. RGB value is (108,33,143). Sum of RGB (Red+Green+Blue) = 108+33+143=284 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.03% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 143 (56.25% from 255 or 50.35% from 284); Max value from RGB is 143 - color contains mainly: blue. Hex color #6C218F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C218F is #93DE70. Grayscale: #434343. Windows color (decimal): -9690737 or 9380204. OLE color: 9380204.
HSL color Cylindrical-coordinate representation of color #6C218F: hue angle of 280.91º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C218F is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 33 | 143 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.44 |
| HSL | 280.91º | 0.63% | 0.35% | - |
| HSV(B) | 280.91º | 0.77% | 0.56% | - |
| XYZ | 11.69 | 6.26 | 26.58 | - |
| YUV | 67.97 | 170.35 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 33 | 143 | 0.24 | 0.77 | 0 | 0.44 | 280.91 | 0.63 | 0.35 |
| Hex | 6C | 21 | 8F | 18 | 4D | 0 | 2C | 119 | 3E | 23 |
| Octal | 154 | 41 | 217 | 30 | 115 | 0 | 54 | 431 | 76 | 43 |
| Binary | 1101100 | 100001 | 10001111 | 11000 | 1001101 | 0 | 101100 | 100011001 | 111110 | 100011 |
Color Harmonies of #6C218F
Complementary color
Monochromatic Colors of #6C218F
Black with #6C218F
Text Example
Text Example
White with #6C218F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C218F; }
p { color: rgb(108,33,143); }
H1.HeaderClassName
{
color: #6C218F;
}
.AnyTagClassName
{
color: #6C218F;
}
</style>
background-color css
<style>
a { background-color: #6C218F; }
a { background-color: rgb(108,33,143); }
div.DivClassName
{
background-color: #6C218F;
}
.BgClassName
{
background-color: #6C218F;
}
</style>
border-color css
<style>
span { border-color: #6C218F; }
span { border-color: rgb(108,33,143); }
td.TdClassName
{
border-color: #6C218F;
}
.TagClassName
{
border-color: #6C218F;
}
</style>