Shades of Vivid Violet #6B228E
Tints of Vivid Violet #6B228E
RGB
CMYK
RGB Variations
Color information
#6B228E (or 0x6B228E) is known color: Vivid Violet. HEX triplet: 6B, 22 and 8E. RGB value is (107,34,142). Sum of RGB (Red+Green+Blue) = 107+34+142=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #6B228E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B228E is #94DD71. Grayscale: #434343. Windows color (decimal): -9756018 or 9314923. OLE color: 9314923.
HSL color Cylindrical-coordinate representation of color #6B228E: hue angle of 280.56º degrees, saturation: 0.61, 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 #6B228E is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 107 | 34 | 142 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.44 |
| HSL | 280.56º | 0.61% | 0.35% | - |
| HSV(B) | 280.56º | 0.76% | 0.56% | - |
| XYZ | 11.52 | 6.22 | 26.19 | - |
| YUV | 68.14 | 169.68 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 34 | 142 | 0.25 | 0.76 | 0 | 0.44 | 280.56 | 0.61 | 0.35 |
| Hex | 6B | 22 | 8E | 19 | 4C | 0 | 2C | 119 | 3D | 23 |
| Octal | 153 | 42 | 216 | 31 | 114 | 0 | 54 | 431 | 75 | 43 |
| Binary | 1101011 | 100010 | 10001110 | 11001 | 1001100 | 0 | 101100 | 100011001 | 111101 | 100011 |
Color Harmonies of #6B228E
Complementary color
Monochromatic Colors of #6B228E
Black with #6B228E
Text Example
Text Example
White with #6B228E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B228E; }
p { color: rgb(107,34,142); }
H1.HeaderClassName
{
color: #6B228E;
}
.AnyTagClassName
{
color: #6B228E;
}
</style>
background-color css
<style>
a { background-color: #6B228E; }
a { background-color: rgb(107,34,142); }
div.DivClassName
{
background-color: #6B228E;
}
.BgClassName
{
background-color: #6B228E;
}
</style>
border-color css
<style>
span { border-color: #6B228E; }
span { border-color: rgb(107,34,142); }
td.TdClassName
{
border-color: #6B228E;
}
.TagClassName
{
border-color: #6B228E;
}
</style>