Shades of Blue Violet #6C32EA
Tints of Blue Violet #6C32EA
RGB
CMYK
RGB Variations
Color information
#6C32EA (or 0x6C32EA) is known color: Blue Violet. HEX triplet: 6C, 32 and EA. RGB value is (108,50,234). Sum of RGB (Red+Green+Blue) = 108+50+234=392 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.55% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 234 (91.80% from 255 or 59.69% from 392); Max value from RGB is 234 - color contains mainly: blue. Hex color #6C32EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C32EA is #93CD15. Grayscale: #575757. Windows color (decimal): -9686294 or 15348332. OLE color: 15348332.
HSL color Cylindrical-coordinate representation of color #6C32EA: hue angle of 258.91º degrees, saturation: 0.81, 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 #6C32EA is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 50 | 234 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.08 |
| HSL | 258.91º | 0.81% | 0.56% | - |
| HSV(B) | 258.91º | 0.79% | 0.92% | - |
| XYZ | 22.18 | 11.41 | 78.88 | - |
| YUV | 88.32 | 210.22 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 50 | 234 | 0.54 | 0.79 | 0 | 0.08 | 258.91 | 0.81 | 0.56 |
| Hex | 6C | 32 | EA | 36 | 4F | 0 | 8 | 103 | 51 | 38 |
| Octal | 154 | 62 | 352 | 66 | 117 | 0 | 10 | 403 | 121 | 70 |
| Binary | 1101100 | 110010 | 11101010 | 110110 | 1001111 | 0 | 1000 | 100000011 | 1010001 | 111000 |
Color Harmonies of #6C32EA
Complementary color
Monochromatic Colors of #6C32EA
Black with #6C32EA
Text Example
Text Example
White with #6C32EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C32EA; }
p { color: rgb(108,50,234); }
H1.HeaderClassName
{
color: #6C32EA;
}
.AnyTagClassName
{
color: #6C32EA;
}
</style>
background-color css
<style>
a { background-color: #6C32EA; }
a { background-color: rgb(108,50,234); }
div.DivClassName
{
background-color: #6C32EA;
}
.BgClassName
{
background-color: #6C32EA;
}
</style>
border-color css
<style>
span { border-color: #6C32EA; }
span { border-color: rgb(108,50,234); }
td.TdClassName
{
border-color: #6C32EA;
}
.TagClassName
{
border-color: #6C32EA;
}
</style>