Shades of Vivid Violet #6C228F
Tints of Vivid Violet #6C228F
RGB
CMYK
RGB Variations
Color information
#6C228F (or 0x6C228F) is known color: Vivid Violet. HEX triplet: 6C, 22 and 8F. RGB value is (108,34,143). Sum of RGB (Red+Green+Blue) = 108+34+143=285 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.89% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 143 (56.25% from 255 or 50.18% from 285); Max value from RGB is 143 - color contains mainly: blue. Hex color #6C228F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C228F is #93DD70. Grayscale: #444444. Windows color (decimal): -9690481 or 9380460. OLE color: 9380460.
HSL color Cylindrical-coordinate representation of color #6C228F: hue angle of 280.73º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C228F is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 34 | 143 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.44 |
| HSL | 280.73º | 0.62% | 0.35% | - |
| HSV(B) | 280.73º | 0.76% | 0.56% | - |
| XYZ | 11.71 | 6.32 | 26.59 | - |
| YUV | 68.55 | 170.02 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 34 | 143 | 0.24 | 0.76 | 0 | 0.44 | 280.73 | 0.62 | 0.35 |
| Hex | 6C | 22 | 8F | 18 | 4C | 0 | 2C | 119 | 3E | 23 |
| Octal | 154 | 42 | 217 | 30 | 114 | 0 | 54 | 431 | 76 | 43 |
| Binary | 1101100 | 100010 | 10001111 | 11000 | 1001100 | 0 | 101100 | 100011001 | 111110 | 100011 |
Color Harmonies of #6C228F
Complementary color
Monochromatic Colors of #6C228F
Black with #6C228F
Text Example
Text Example
White with #6C228F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C228F; }
p { color: rgb(108,34,143); }
H1.HeaderClassName
{
color: #6C228F;
}
.AnyTagClassName
{
color: #6C228F;
}
</style>
background-color css
<style>
a { background-color: #6C228F; }
a { background-color: rgb(108,34,143); }
div.DivClassName
{
background-color: #6C228F;
}
.BgClassName
{
background-color: #6C228F;
}
</style>
border-color css
<style>
span { border-color: #6C228F; }
span { border-color: rgb(108,34,143); }
td.TdClassName
{
border-color: #6C228F;
}
.TagClassName
{
border-color: #6C228F;
}
</style>