Shades of Blue Violet #6A32EB
Tints of Blue Violet #6A32EB
RGB
CMYK
RGB Variations
Color information
#6A32EB (or 0x6A32EB) is known color: Blue Violet. HEX triplet: 6A, 32 and EB. RGB value is (106,50,235). Sum of RGB (Red+Green+Blue) = 106+50+235=391 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.11% from 391); Green value is 50 (19.92% from 255 or 12.79% from 391); Blue value is 235 (92.19% from 255 or 60.10% from 391); Max value from RGB is 235 - color contains mainly: blue. Hex color #6A32EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A32EB is #95CD14. Grayscale: #575757. Windows color (decimal): -9817365 or 15413866. OLE color: 15413866.
HSL color Cylindrical-coordinate representation of color #6A32EB: hue angle of 258.16º 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 #6A32EB is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 106 | 50 | 235 | - |
| CMYK | 0.55 | 0.79 | 0 | 0.08 |
| HSL | 258.16º | 0.82% | 0.56% | - |
| HSV(B) | 258.16º | 0.79% | 0.92% | - |
| XYZ | 22.08 | 11.34 | 79.62 | - |
| YUV | 87.83 | 211.05 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 50 | 235 | 0.55 | 0.79 | 0 | 0.08 | 258.16 | 0.82 | 0.56 |
| Hex | 6A | 32 | EB | 37 | 4F | 0 | 8 | 102 | 52 | 38 |
| Octal | 152 | 62 | 353 | 67 | 117 | 0 | 10 | 402 | 122 | 70 |
| Binary | 1101010 | 110010 | 11101011 | 110111 | 1001111 | 0 | 1000 | 100000010 | 1010010 | 111000 |
Color Harmonies of #6A32EB
Complementary color
Monochromatic Colors of #6A32EB
Black with #6A32EB
Text Example
Text Example
White with #6A32EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A32EB; }
p { color: rgb(106,50,235); }
H1.HeaderClassName
{
color: #6A32EB;
}
.AnyTagClassName
{
color: #6A32EB;
}
</style>
background-color css
<style>
a { background-color: #6A32EB; }
a { background-color: rgb(106,50,235); }
div.DivClassName
{
background-color: #6A32EB;
}
.BgClassName
{
background-color: #6A32EB;
}
</style>
border-color css
<style>
span { border-color: #6A32EB; }
span { border-color: rgb(106,50,235); }
td.TdClassName
{
border-color: #6A32EB;
}
.TagClassName
{
border-color: #6A32EB;
}
</style>