Shades of Blue Violet #6E1CDD
Tints of Blue Violet #6E1CDD
RGB
CMYK
RGB Variations
Color information
#6E1CDD (or 0x6E1CDD) is known color: Blue Violet. HEX triplet: 6E, 1C and DD. RGB value is (110,28,221). Sum of RGB (Red+Green+Blue) = 110+28+221=359 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.64% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 221 (86.72% from 255 or 61.56% from 359); Max value from RGB is 221 - color contains mainly: blue. Hex color #6E1CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1CDD is #91E322. Grayscale: #494949. Windows color (decimal): -9560867 or 14490734. OLE color: 14490734.
HSL color Cylindrical-coordinate representation of color #6E1CDD: hue angle of 265.49º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6E1CDD is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 28 | 221 | - |
| CMYK | 0.50 | 0.87 | 0 | 0.13 |
| HSL | 265.49º | 0.78% | 0.49% | - |
| HSV(B) | 265.49º | 0.87% | 0.87% | - |
| XYZ | 19.9 | 9.37 | 69.17 | - |
| YUV | 74.52 | 210.67 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 28 | 221 | 0.50 | 0.87 | 0 | 0.13 | 265.49 | 0.78 | 0.49 |
| Hex | 6E | 1C | DD | 32 | 57 | 0 | D | 109 | 4E | 31 |
| Octal | 156 | 34 | 335 | 62 | 127 | 0 | 15 | 411 | 116 | 61 |
| Binary | 1101110 | 11100 | 11011101 | 110010 | 1010111 | 0 | 1101 | 100001001 | 1001110 | 110001 |
Color Harmonies of #6E1CDD
Complementary color
Monochromatic Colors of #6E1CDD
Black with #6E1CDD
Text Example
Text Example
White with #6E1CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1CDD; }
p { color: rgb(110,28,221); }
H1.HeaderClassName
{
color: #6E1CDD;
}
.AnyTagClassName
{
color: #6E1CDD;
}
</style>
background-color css
<style>
a { background-color: #6E1CDD; }
a { background-color: rgb(110,28,221); }
div.DivClassName
{
background-color: #6E1CDD;
}
.BgClassName
{
background-color: #6E1CDD;
}
</style>
border-color css
<style>
span { border-color: #6E1CDD; }
span { border-color: rgb(110,28,221); }
td.TdClassName
{
border-color: #6E1CDD;
}
.TagClassName
{
border-color: #6E1CDD;
}
</style>