Shades of Blue Violet #6F1FDD
Tints of Blue Violet #6F1FDD
RGB
CMYK
RGB Variations
Color information
#6F1FDD (or 0x6F1FDD) is known color: Blue Violet. HEX triplet: 6F, 1F and DD. RGB value is (111,31,221). Sum of RGB (Red+Green+Blue) = 111+31+221=363 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.58% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F1FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F1FDD is #90E022. Grayscale: #4B4B4B. Windows color (decimal): -9494563 or 14491503. OLE color: 14491503.
HSL color Cylindrical-coordinate representation of color #6F1FDD: hue angle of 265.26º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F1FDD is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 31 | 221 | - |
| CMYK | 0.50 | 0.86 | 0 | 0.13 |
| HSL | 265.26º | 0.75% | 0.49% | - |
| HSV(B) | 265.26º | 0.86% | 0.87% | - |
| XYZ | 20.1 | 9.58 | 69.2 | - |
| YUV | 76.58 | 209.5 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 31 | 221 | 0.50 | 0.86 | 0 | 0.13 | 265.26 | 0.75 | 0.49 |
| Hex | 6F | 1F | DD | 32 | 56 | 0 | D | 109 | 4B | 31 |
| Octal | 157 | 37 | 335 | 62 | 126 | 0 | 15 | 411 | 113 | 61 |
| Binary | 1101111 | 11111 | 11011101 | 110010 | 1010110 | 0 | 1101 | 100001001 | 1001011 | 110001 |
Color Harmonies of #6F1FDD
Complementary color
Monochromatic Colors of #6F1FDD
Black with #6F1FDD
Text Example
Text Example
White with #6F1FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1FDD; }
p { color: rgb(111,31,221); }
H1.HeaderClassName
{
color: #6F1FDD;
}
.AnyTagClassName
{
color: #6F1FDD;
}
</style>
background-color css
<style>
a { background-color: #6F1FDD; }
a { background-color: rgb(111,31,221); }
div.DivClassName
{
background-color: #6F1FDD;
}
.BgClassName
{
background-color: #6F1FDD;
}
</style>
border-color css
<style>
span { border-color: #6F1FDD; }
span { border-color: rgb(111,31,221); }
td.TdClassName
{
border-color: #6F1FDD;
}
.TagClassName
{
border-color: #6F1FDD;
}
</style>