Shades of Blue Violet #723CDD
Tints of Blue Violet #723CDD
RGB
CMYK
RGB Variations
Color information
#723CDD (or 0x723CDD) is known color: Blue Violet. HEX triplet: 72, 3C and DD. RGB value is (114,60,221). Sum of RGB (Red+Green+Blue) = 114+60+221=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #723CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #723CDD is #8DC322. Grayscale: #5D5D5D. Windows color (decimal): -9290531 or 14498930. OLE color: 14498930.
HSL color Cylindrical-coordinate representation of color #723CDD: hue angle of 260.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #723CDD is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 60 | 221 | - |
| CMYK | 0.48 | 0.73 | 0 | 0.13 |
| HSL | 260.12º | 0.7% | 0.55% | - |
| HSV(B) | 260.12º | 0.73% | 0.87% | - |
| XYZ | 21.61 | 12.03 | 69.59 | - |
| YUV | 94.5 | 199.39 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 60 | 221 | 0.48 | 0.73 | 0 | 0.13 | 260.12 | 0.7 | 0.55 |
| Hex | 72 | 3C | DD | 30 | 49 | 0 | D | 104 | 46 | 37 |
| Octal | 162 | 74 | 335 | 60 | 111 | 0 | 15 | 404 | 106 | 67 |
| Binary | 1110010 | 111100 | 11011101 | 110000 | 1001001 | 0 | 1101 | 100000100 | 1000110 | 110111 |
Color Harmonies of #723CDD
Complementary color
Monochromatic Colors of #723CDD
Black with #723CDD
Text Example
Text Example
White with #723CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723CDD; }
p { color: rgb(114,60,221); }
H1.HeaderClassName
{
color: #723CDD;
}
.AnyTagClassName
{
color: #723CDD;
}
</style>
background-color css
<style>
a { background-color: #723CDD; }
a { background-color: rgb(114,60,221); }
div.DivClassName
{
background-color: #723CDD;
}
.BgClassName
{
background-color: #723CDD;
}
</style>
border-color css
<style>
span { border-color: #723CDD; }
span { border-color: rgb(114,60,221); }
td.TdClassName
{
border-color: #723CDD;
}
.TagClassName
{
border-color: #723CDD;
}
</style>