Shades of Vivid Violet #6F2288
Tints of Vivid Violet #6F2288
RGB
CMYK
RGB Variations
Color information
#6F2288 (or 0x6F2288) is known color: Vivid Violet. HEX triplet: 6F, 22 and 88. RGB value is (111,34,136). Sum of RGB (Red+Green+Blue) = 111+34+136=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 136 (53.52% from 255 or 48.40% from 281); Max value from RGB is 136 - color contains mainly: blue. Hex color #6F2288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2288 is #90DD77. Grayscale: #444444. Windows color (decimal): -9493880 or 8921711. OLE color: 8921711.
HSL color Cylindrical-coordinate representation of color #6F2288: hue angle of 285.29º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F2288 is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 34 | 136 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.47 |
| HSL | 285.29º | 0.6% | 0.33% | - |
| HSV(B) | 285.29º | 0.75% | 0.53% | - |
| XYZ | 11.57 | 6.3 | 23.9 | - |
| YUV | 68.65 | 166.01 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 34 | 136 | 0.18 | 0.75 | 0 | 0.47 | 285.29 | 0.6 | 0.33 |
| Hex | 6F | 22 | 88 | 12 | 4B | 0 | 2F | 11D | 3C | 21 |
| Octal | 157 | 42 | 210 | 22 | 113 | 0 | 57 | 435 | 74 | 41 |
| Binary | 1101111 | 100010 | 10001000 | 10010 | 1001011 | 0 | 101111 | 100011101 | 111100 | 100001 |
Color Harmonies of #6F2288
Complementary color
Monochromatic Colors of #6F2288
Black with #6F2288
Text Example
Text Example
White with #6F2288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2288; }
p { color: rgb(111,34,136); }
H1.HeaderClassName
{
color: #6F2288;
}
.AnyTagClassName
{
color: #6F2288;
}
</style>
background-color css
<style>
a { background-color: #6F2288; }
a { background-color: rgb(111,34,136); }
div.DivClassName
{
background-color: #6F2288;
}
.BgClassName
{
background-color: #6F2288;
}
</style>
border-color css
<style>
span { border-color: #6F2288; }
span { border-color: rgb(111,34,136); }
td.TdClassName
{
border-color: #6F2288;
}
.TagClassName
{
border-color: #6F2288;
}
</style>