Shades of Blue Violet #6E13DF
Tints of Blue Violet #6E13DF
RGB
CMYK
RGB Variations
Color information
#6E13DF (or 0x6E13DF) is known color: Blue Violet. HEX triplet: 6E, 13 and DF. RGB value is (110,19,223). Sum of RGB (Red+Green+Blue) = 110+19+223=352 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.25% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #6E13DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E13DF is #91EC20. Grayscale: #444444. Windows color (decimal): -9563169 or 14619502. OLE color: 14619502.
HSL color Cylindrical-coordinate representation of color #6E13DF: hue angle of 266.76º 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 #6E13DF is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 19 | 223 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.13 |
| HSL | 266.76º | 0.84% | 0.47% | - |
| HSV(B) | 266.76º | 0.91% | 0.87% | - |
| XYZ | 19.98 | 9.11 | 70.52 | - |
| YUV | 69.47 | 214.65 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 19 | 223 | 0.51 | 0.91 | 0 | 0.13 | 266.76 | 0.84 | 0.47 |
| Hex | 6E | 13 | DF | 33 | 5B | 0 | D | 10B | 54 | 2F |
| Octal | 156 | 23 | 337 | 63 | 133 | 0 | 15 | 413 | 124 | 57 |
| Binary | 1101110 | 10011 | 11011111 | 110011 | 1011011 | 0 | 1101 | 100001011 | 1010100 | 101111 |
Color Harmonies of #6E13DF
Complementary color
Monochromatic Colors of #6E13DF
Black with #6E13DF
Text Example
Text Example
White with #6E13DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E13DF; }
p { color: rgb(110,19,223); }
H1.HeaderClassName
{
color: #6E13DF;
}
.AnyTagClassName
{
color: #6E13DF;
}
</style>
background-color css
<style>
a { background-color: #6E13DF; }
a { background-color: rgb(110,19,223); }
div.DivClassName
{
background-color: #6E13DF;
}
.BgClassName
{
background-color: #6E13DF;
}
</style>
border-color css
<style>
span { border-color: #6E13DF; }
span { border-color: rgb(110,19,223); }
td.TdClassName
{
border-color: #6E13DF;
}
.TagClassName
{
border-color: #6E13DF;
}
</style>