Shades of Blue Violet #732DFB
Tints of Blue Violet #732DFB
RGB
CMYK
RGB Variations
Color information
#732DFB (or 0x732DFB) is known color: Blue Violet. HEX triplet: 73, 2D and FB. RGB value is (115,45,251). Sum of RGB (Red+Green+Blue) = 115+45+251=411 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.98% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #732DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #732DFB is #8CD204. Grayscale: #585858. Windows color (decimal): -9228805 or 16461171. OLE color: 16461171.
HSL color Cylindrical-coordinate representation of color #732DFB: hue angle of 260.39º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #732DFB is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 45 | 251 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.02 |
| HSL | 260.39º | 0.96% | 0.58% | - |
| HSV(B) | 260.39º | 0.82% | 0.98% | - |
| XYZ | 25.42 | 12.49 | 92.34 | - |
| YUV | 89.41 | 219.19 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 251 | 0.54 | 0.82 | 0 | 0.02 | 260.39 | 0.96 | 0.58 |
| Hex | 73 | 2D | FB | 36 | 52 | 0 | 2 | 104 | 60 | 3A |
| Octal | 163 | 55 | 373 | 66 | 122 | 0 | 2 | 404 | 140 | 72 |
| Binary | 1110011 | 101101 | 11111011 | 110110 | 1010010 | 0 | 10 | 100000100 | 1100000 | 111010 |
Color Harmonies of #732DFB
Complementary color
Monochromatic Colors of #732DFB
Black with #732DFB
Text Example
Text Example
White with #732DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732DFB; }
p { color: rgb(115,45,251); }
H1.HeaderClassName
{
color: #732DFB;
}
.AnyTagClassName
{
color: #732DFB;
}
</style>
background-color css
<style>
a { background-color: #732DFB; }
a { background-color: rgb(115,45,251); }
div.DivClassName
{
background-color: #732DFB;
}
.BgClassName
{
background-color: #732DFB;
}
</style>
border-color css
<style>
span { border-color: #732DFB; }
span { border-color: rgb(115,45,251); }
td.TdClassName
{
border-color: #732DFB;
}
.TagClassName
{
border-color: #732DFB;
}
</style>