Shades of Blue Violet #723FDD
Tints of Blue Violet #723FDD
RGB
CMYK
RGB Variations
Color information
#723FDD (or 0x723FDD) is known color: Blue Violet. HEX triplet: 72, 3F and DD. RGB value is (114,63,221). Sum of RGB (Red+Green+Blue) = 114+63+221=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #723FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #723FDD is #8DC022. Grayscale: #5F5F5F. Windows color (decimal): -9289763 or 14499698. OLE color: 14499698.
HSL color Cylindrical-coordinate representation of color #723FDD: hue angle of 259.37º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #723FDD is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 63 | 221 | - |
| CMYK | 0.48 | 0.71 | 0 | 0.13 |
| HSL | 259.37º | 0.7% | 0.56% | - |
| HSV(B) | 259.37º | 0.71% | 0.87% | - |
| XYZ | 21.77 | 12.35 | 69.64 | - |
| YUV | 96.26 | 198.4 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 63 | 221 | 0.48 | 0.71 | 0 | 0.13 | 259.37 | 0.7 | 0.56 |
| Hex | 72 | 3F | DD | 30 | 47 | 0 | D | 103 | 46 | 38 |
| Octal | 162 | 77 | 335 | 60 | 107 | 0 | 15 | 403 | 106 | 70 |
| Binary | 1110010 | 111111 | 11011101 | 110000 | 1000111 | 0 | 1101 | 100000011 | 1000110 | 111000 |
Color Harmonies of #723FDD
Complementary color
Monochromatic Colors of #723FDD
Black with #723FDD
Text Example
Text Example
White with #723FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723FDD; }
p { color: rgb(114,63,221); }
H1.HeaderClassName
{
color: #723FDD;
}
.AnyTagClassName
{
color: #723FDD;
}
</style>
background-color css
<style>
a { background-color: #723FDD; }
a { background-color: rgb(114,63,221); }
div.DivClassName
{
background-color: #723FDD;
}
.BgClassName
{
background-color: #723FDD;
}
</style>
border-color css
<style>
span { border-color: #723FDD; }
span { border-color: rgb(114,63,221); }
td.TdClassName
{
border-color: #723FDD;
}
.TagClassName
{
border-color: #723FDD;
}
</style>