Shades of Blue Violet #6E13DD
Tints of Blue Violet #6E13DD
RGB
CMYK
RGB Variations
Color information
#6E13DD (or 0x6E13DD) is known color: Blue Violet. HEX triplet: 6E, 13 and DD. RGB value is (110,19,221). Sum of RGB (Red+Green+Blue) = 110+19+221=350 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.43% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #6E13DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E13DD is #91EC22. Grayscale: #444444. Windows color (decimal): -9563171 or 14488430. OLE color: 14488430.
HSL color Cylindrical-coordinate representation of color #6E13DD: hue angle of 267.03º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6E13DD is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 19 | 221 | - |
| CMYK | 0.50 | 0.91 | 0 | 0.13 |
| HSL | 267.03º | 0.84% | 0.47% | - |
| HSV(B) | 267.03º | 0.91% | 0.87% | - |
| XYZ | 19.71 | 9 | 69.1 | - |
| YUV | 69.24 | 213.65 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 19 | 221 | 0.50 | 0.91 | 0 | 0.13 | 267.03 | 0.84 | 0.47 |
| Hex | 6E | 13 | DD | 32 | 5B | 0 | D | 10B | 54 | 2F |
| Octal | 156 | 23 | 335 | 62 | 133 | 0 | 15 | 413 | 124 | 57 |
| Binary | 1101110 | 10011 | 11011101 | 110010 | 1011011 | 0 | 1101 | 100001011 | 1010100 | 101111 |
Color Harmonies of #6E13DD
Complementary color
Monochromatic Colors of #6E13DD
Black with #6E13DD
Text Example
Text Example
White with #6E13DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E13DD; }
p { color: rgb(110,19,221); }
H1.HeaderClassName
{
color: #6E13DD;
}
.AnyTagClassName
{
color: #6E13DD;
}
</style>
background-color css
<style>
a { background-color: #6E13DD; }
a { background-color: rgb(110,19,221); }
div.DivClassName
{
background-color: #6E13DD;
}
.BgClassName
{
background-color: #6E13DD;
}
</style>
border-color css
<style>
span { border-color: #6E13DD; }
span { border-color: rgb(110,19,221); }
td.TdClassName
{
border-color: #6E13DD;
}
.TagClassName
{
border-color: #6E13DD;
}
</style>