Shades of Vivid Violet #6F1790
Tints of Vivid Violet #6F1790
RGB
CMYK
RGB Variations
Color information
#6F1790 (or 0x6F1790) is known color: Vivid Violet. HEX triplet: 6F, 17 and 90. RGB value is (111,23,144). Sum of RGB (Red+Green+Blue) = 111+23+144=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #6F1790 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F1790 is #90E86F. Grayscale: #3E3E3E. Windows color (decimal): -9496688 or 9443183. OLE color: 9443183.
HSL color Cylindrical-coordinate representation of color #6F1790: hue angle of 283.64º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F1790 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 23 | 144 | - |
| CMYK | 0.23 | 0.84 | 0 | 0.44 |
| HSL | 283.64º | 0.72% | 0.33% | - |
| HSV(B) | 283.64º | 0.84% | 0.56% | - |
| XYZ | 11.9 | 6.01 | 26.92 | - |
| YUV | 63.11 | 173.65 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 23 | 144 | 0.23 | 0.84 | 0 | 0.44 | 283.64 | 0.72 | 0.33 |
| Hex | 6F | 17 | 90 | 17 | 54 | 0 | 2C | 11C | 48 | 21 |
| Octal | 157 | 27 | 220 | 27 | 124 | 0 | 54 | 434 | 110 | 41 |
| Binary | 1101111 | 10111 | 10010000 | 10111 | 1010100 | 0 | 101100 | 100011100 | 1001000 | 100001 |
Color Harmonies of #6F1790
Complementary color
Monochromatic Colors of #6F1790
Black with #6F1790
Text Example
Text Example
White with #6F1790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1790; }
p { color: rgb(111,23,144); }
H1.HeaderClassName
{
color: #6F1790;
}
.AnyTagClassName
{
color: #6F1790;
}
</style>
background-color css
<style>
a { background-color: #6F1790; }
a { background-color: rgb(111,23,144); }
div.DivClassName
{
background-color: #6F1790;
}
.BgClassName
{
background-color: #6F1790;
}
</style>
border-color css
<style>
span { border-color: #6F1790; }
span { border-color: rgb(111,23,144); }
td.TdClassName
{
border-color: #6F1790;
}
.TagClassName
{
border-color: #6F1790;
}
</style>