Shades of Vivid Violet #6F3590
Tints of Vivid Violet #6F3590
RGB
CMYK
RGB Variations
Color information
#6F3590 (or 0x6F3590) is known color: Vivid Violet. HEX triplet: 6F, 35 and 90. RGB value is (111,53,144). Sum of RGB (Red+Green+Blue) = 111+53+144=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 144 (56.64% from 255 or 46.75% from 308); Max value from RGB is 144 - color contains mainly: blue. Hex color #6F3590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3590 is #90CA6F. Grayscale: #505050. Windows color (decimal): -9489008 or 9450863. OLE color: 9450863.
HSL color Cylindrical-coordinate representation of color #6F3590: hue angle of 278.24º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F3590 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 53 | 144 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.44 |
| HSL | 278.24º | 0.46% | 0.39% | - |
| HSV(B) | 278.24º | 0.63% | 0.56% | - |
| XYZ | 12.86 | 7.94 | 27.24 | - |
| YUV | 80.72 | 163.72 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 53 | 144 | 0.23 | 0.63 | 0 | 0.44 | 278.24 | 0.46 | 0.39 |
| Hex | 6F | 35 | 90 | 17 | 3F | 0 | 2C | 116 | 2E | 27 |
| Octal | 157 | 65 | 220 | 27 | 77 | 0 | 54 | 426 | 56 | 47 |
| Binary | 1101111 | 110101 | 10010000 | 10111 | 111111 | 0 | 101100 | 100010110 | 101110 | 100111 |
Color Harmonies of #6F3590
Complementary color
Monochromatic Colors of #6F3590
Black with #6F3590
Text Example
Text Example
White with #6F3590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3590; }
p { color: rgb(111,53,144); }
H1.HeaderClassName
{
color: #6F3590;
}
.AnyTagClassName
{
color: #6F3590;
}
</style>
background-color css
<style>
a { background-color: #6F3590; }
a { background-color: rgb(111,53,144); }
div.DivClassName
{
background-color: #6F3590;
}
.BgClassName
{
background-color: #6F3590;
}
</style>
border-color css
<style>
span { border-color: #6F3590; }
span { border-color: rgb(111,53,144); }
td.TdClassName
{
border-color: #6F3590;
}
.TagClassName
{
border-color: #6F3590;
}
</style>