Shades of Blue Violet #732CEF
Tints of Blue Violet #732CEF
RGB
CMYK
RGB Variations
Color information
#732CEF (or 0x732CEF) is known color: Blue Violet. HEX triplet: 73, 2C and EF. RGB value is (115,44,239). Sum of RGB (Red+Green+Blue) = 115+44+239=398 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.89% from 398); Green value is 44 (17.58% from 255 or 11.06% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #732CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #732CEF is #8CD310. Grayscale: #565656. Windows color (decimal): -9229073 or 15674483. OLE color: 15674483.
HSL color Cylindrical-coordinate representation of color #732CEF: hue angle of 261.85º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #732CEF is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 44 | 239 | - |
| CMYK | 0.52 | 0.82 | 0 | 0.06 |
| HSL | 261.85º | 0.86% | 0.55% | - |
| HSV(B) | 261.85º | 0.82% | 0.94% | - |
| XYZ | 23.55 | 11.68 | 82.67 | - |
| YUV | 87.46 | 213.52 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 44 | 239 | 0.52 | 0.82 | 0 | 0.06 | 261.85 | 0.86 | 0.55 |
| Hex | 73 | 2C | EF | 34 | 52 | 0 | 6 | 106 | 56 | 37 |
| Octal | 163 | 54 | 357 | 64 | 122 | 0 | 6 | 406 | 126 | 67 |
| Binary | 1110011 | 101100 | 11101111 | 110100 | 1010010 | 0 | 110 | 100000110 | 1010110 | 110111 |
Color Harmonies of #732CEF
Complementary color
Monochromatic Colors of #732CEF
Black with #732CEF
Text Example
Text Example
White with #732CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732CEF; }
p { color: rgb(115,44,239); }
H1.HeaderClassName
{
color: #732CEF;
}
.AnyTagClassName
{
color: #732CEF;
}
</style>
background-color css
<style>
a { background-color: #732CEF; }
a { background-color: rgb(115,44,239); }
div.DivClassName
{
background-color: #732CEF;
}
.BgClassName
{
background-color: #732CEF;
}
</style>
border-color css
<style>
span { border-color: #732CEF; }
span { border-color: rgb(115,44,239); }
td.TdClassName
{
border-color: #732CEF;
}
.TagClassName
{
border-color: #732CEF;
}
</style>