Shades of Blue Violet #732FDF
Tints of Blue Violet #732FDF
RGB
CMYK
RGB Variations
Color information
#732FDF (or 0x732FDF) is known color: Blue Violet. HEX triplet: 73, 2F and DF. RGB value is (115,47,223). Sum of RGB (Red+Green+Blue) = 115+47+223=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #732FDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #732FDF is #8CD020. Grayscale: #565656. Windows color (decimal): -9228321 or 14626675. OLE color: 14626675.
HSL color Cylindrical-coordinate representation of color #732FDF: hue angle of 263.18º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #732FDF is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 47 | 223 | - |
| CMYK | 0.48 | 0.79 | 0 | 0.13 |
| HSL | 263.18º | 0.73% | 0.53% | - |
| HSV(B) | 263.18º | 0.79% | 0.87% | - |
| XYZ | 21.41 | 11.01 | 70.81 | - |
| YUV | 87.4 | 204.53 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 47 | 223 | 0.48 | 0.79 | 0 | 0.13 | 263.18 | 0.73 | 0.53 |
| Hex | 73 | 2F | DF | 30 | 4F | 0 | D | 107 | 49 | 35 |
| Octal | 163 | 57 | 337 | 60 | 117 | 0 | 15 | 407 | 111 | 65 |
| Binary | 1110011 | 101111 | 11011111 | 110000 | 1001111 | 0 | 1101 | 100000111 | 1001001 | 110101 |
Color Harmonies of #732FDF
Complementary color
Monochromatic Colors of #732FDF
Black with #732FDF
Text Example
Text Example
White with #732FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732FDF; }
p { color: rgb(115,47,223); }
H1.HeaderClassName
{
color: #732FDF;
}
.AnyTagClassName
{
color: #732FDF;
}
</style>
background-color css
<style>
a { background-color: #732FDF; }
a { background-color: rgb(115,47,223); }
div.DivClassName
{
background-color: #732FDF;
}
.BgClassName
{
background-color: #732FDF;
}
</style>
border-color css
<style>
span { border-color: #732FDF; }
span { border-color: rgb(115,47,223); }
td.TdClassName
{
border-color: #732FDF;
}
.TagClassName
{
border-color: #732FDF;
}
</style>