Shades of Blue Violet #723ADF
Tints of Blue Violet #723ADF
RGB
CMYK
RGB Variations
Color information
#723ADF (or 0x723ADF) is known color: Blue Violet. HEX triplet: 72, 3A and DF. RGB value is (114,58,223). Sum of RGB (Red+Green+Blue) = 114+58+223=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #723ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #723ADF is #8DC520. Grayscale: #5C5C5C. Windows color (decimal): -9291041 or 14629490. OLE color: 14629490.
HSL color Cylindrical-coordinate representation of color #723ADF: hue angle of 260.36º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #723ADF is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 58 | 223 | - |
| CMYK | 0.49 | 0.74 | 0 | 0.13 |
| HSL | 260.36º | 0.72% | 0.55% | - |
| HSV(B) | 260.36º | 0.74% | 0.87% | - |
| XYZ | 21.77 | 11.93 | 70.97 | - |
| YUV | 93.55 | 201.05 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 58 | 223 | 0.49 | 0.74 | 0 | 0.13 | 260.36 | 0.72 | 0.55 |
| Hex | 72 | 3A | DF | 31 | 4A | 0 | D | 104 | 48 | 37 |
| Octal | 162 | 72 | 337 | 61 | 112 | 0 | 15 | 404 | 110 | 67 |
| Binary | 1110010 | 111010 | 11011111 | 110001 | 1001010 | 0 | 1101 | 100000100 | 1001000 | 110111 |
Color Harmonies of #723ADF
Complementary color
Monochromatic Colors of #723ADF
Black with #723ADF
Text Example
Text Example
White with #723ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723ADF; }
p { color: rgb(114,58,223); }
H1.HeaderClassName
{
color: #723ADF;
}
.AnyTagClassName
{
color: #723ADF;
}
</style>
background-color css
<style>
a { background-color: #723ADF; }
a { background-color: rgb(114,58,223); }
div.DivClassName
{
background-color: #723ADF;
}
.BgClassName
{
background-color: #723ADF;
}
</style>
border-color css
<style>
span { border-color: #723ADF; }
span { border-color: rgb(114,58,223); }
td.TdClassName
{
border-color: #723ADF;
}
.TagClassName
{
border-color: #723ADF;
}
</style>