Shades of Vivid Violet #6C228D
Tints of Vivid Violet #6C228D
RGB
CMYK
RGB Variations
Color information
#6C228D (or 0x6C228D) is known color: Vivid Violet. HEX triplet: 6C, 22 and 8D. RGB value is (108,34,141). Sum of RGB (Red+Green+Blue) = 108+34+141=283 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.16% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #6C228D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C228D is #93DD72. Grayscale: #434343. Windows color (decimal): -9690483 or 9249388. OLE color: 9249388.
HSL color Cylindrical-coordinate representation of color #6C228D: hue angle of 281.5º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C228D is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 34 | 141 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.45 |
| HSL | 281.5º | 0.61% | 0.34% | - |
| HSV(B) | 281.5º | 0.76% | 0.55% | - |
| XYZ | 11.56 | 6.26 | 25.8 | - |
| YUV | 68.32 | 169.02 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 34 | 141 | 0.23 | 0.76 | 0 | 0.45 | 281.5 | 0.61 | 0.34 |
| Hex | 6C | 22 | 8D | 17 | 4C | 0 | 2D | 119 | 3D | 22 |
| Octal | 154 | 42 | 215 | 27 | 114 | 0 | 55 | 431 | 75 | 42 |
| Binary | 1101100 | 100010 | 10001101 | 10111 | 1001100 | 0 | 101101 | 100011001 | 111101 | 100010 |
Color Harmonies of #6C228D
Complementary color
Monochromatic Colors of #6C228D
Black with #6C228D
Text Example
Text Example
White with #6C228D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C228D; }
p { color: rgb(108,34,141); }
H1.HeaderClassName
{
color: #6C228D;
}
.AnyTagClassName
{
color: #6C228D;
}
</style>
background-color css
<style>
a { background-color: #6C228D; }
a { background-color: rgb(108,34,141); }
div.DivClassName
{
background-color: #6C228D;
}
.BgClassName
{
background-color: #6C228D;
}
</style>
border-color css
<style>
span { border-color: #6C228D; }
span { border-color: rgb(108,34,141); }
td.TdClassName
{
border-color: #6C228D;
}
.TagClassName
{
border-color: #6C228D;
}
</style>