Shades of Blue Violet #732CFA
Tints of Blue Violet #732CFA
RGB
CMYK
RGB Variations
Color information
#732CFA (or 0x732CFA) is known color: Blue Violet. HEX triplet: 73, 2C and FA. RGB value is (115,44,250). Sum of RGB (Red+Green+Blue) = 115+44+250=409 (54% of max value = 765). Red value is 115 (45.31% from 255 or 28.12% from 409); Green value is 44 (17.58% from 255 or 10.76% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #732CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #732CFA is #8CD305. Grayscale: #575757. Windows color (decimal): -9229062 or 16395379. OLE color: 16395379.
HSL color Cylindrical-coordinate representation of color #732CFA: hue angle of 260.68º degrees, saturation: 0.95, 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 #732CFA is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 44 | 250 | - |
| CMYK | 0.54 | 0.82 | 0 | 0.02 |
| HSL | 260.68º | 0.95% | 0.58% | - |
| HSV(B) | 260.68º | 0.82% | 0.98% | - |
| XYZ | 25.23 | 12.35 | 91.5 | - |
| YUV | 88.71 | 219.02 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 44 | 250 | 0.54 | 0.82 | 0 | 0.02 | 260.68 | 0.95 | 0.58 |
| Hex | 73 | 2C | FA | 36 | 52 | 0 | 2 | 105 | 5F | 3A |
| Octal | 163 | 54 | 372 | 66 | 122 | 0 | 2 | 405 | 137 | 72 |
| Binary | 1110011 | 101100 | 11111010 | 110110 | 1010010 | 0 | 10 | 100000101 | 1011111 | 111010 |
Color Harmonies of #732CFA
Complementary color
Monochromatic Colors of #732CFA
Black with #732CFA
Text Example
Text Example
White with #732CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732CFA; }
p { color: rgb(115,44,250); }
H1.HeaderClassName
{
color: #732CFA;
}
.AnyTagClassName
{
color: #732CFA;
}
</style>
background-color css
<style>
a { background-color: #732CFA; }
a { background-color: rgb(115,44,250); }
div.DivClassName
{
background-color: #732CFA;
}
.BgClassName
{
background-color: #732CFA;
}
</style>
border-color css
<style>
span { border-color: #732CFA; }
span { border-color: rgb(115,44,250); }
td.TdClassName
{
border-color: #732CFA;
}
.TagClassName
{
border-color: #732CFA;
}
</style>