Shades of Blue Violet #6E32EB
Tints of Blue Violet #6E32EB
RGB
CMYK
RGB Variations
Color information
#6E32EB (or 0x6E32EB) is known color: Blue Violet. HEX triplet: 6E, 32 and EB. RGB value is (110,50,235). Sum of RGB (Red+Green+Blue) = 110+50+235=395 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.85% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 235 (92.19% from 255 or 59.49% from 395); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E32EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E32EB is #91CD14. Grayscale: #585858. Windows color (decimal): -9555221 or 15413870. OLE color: 15413870.
HSL color Cylindrical-coordinate representation of color #6E32EB: hue angle of 259.46º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E32EB is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 50 | 235 | - |
| CMYK | 0.53 | 0.79 | 0 | 0.08 |
| HSL | 259.46º | 0.82% | 0.56% | - |
| HSV(B) | 259.46º | 0.79% | 0.92% | - |
| XYZ | 22.57 | 11.59 | 79.65 | - |
| YUV | 89.03 | 210.38 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 50 | 235 | 0.53 | 0.79 | 0 | 0.08 | 259.46 | 0.82 | 0.56 |
| Hex | 6E | 32 | EB | 35 | 4F | 0 | 8 | 103 | 52 | 38 |
| Octal | 156 | 62 | 353 | 65 | 117 | 0 | 10 | 403 | 122 | 70 |
| Binary | 1101110 | 110010 | 11101011 | 110101 | 1001111 | 0 | 1000 | 100000011 | 1010010 | 111000 |
Color Harmonies of #6E32EB
Complementary color
Monochromatic Colors of #6E32EB
Black with #6E32EB
Text Example
Text Example
White with #6E32EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E32EB; }
p { color: rgb(110,50,235); }
H1.HeaderClassName
{
color: #6E32EB;
}
.AnyTagClassName
{
color: #6E32EB;
}
</style>
background-color css
<style>
a { background-color: #6E32EB; }
a { background-color: rgb(110,50,235); }
div.DivClassName
{
background-color: #6E32EB;
}
.BgClassName
{
background-color: #6E32EB;
}
</style>
border-color css
<style>
span { border-color: #6E32EB; }
span { border-color: rgb(110,50,235); }
td.TdClassName
{
border-color: #6E32EB;
}
.TagClassName
{
border-color: #6E32EB;
}
</style>