Shades of Blue Violet #723ADC
Tints of Blue Violet #723ADC
RGB
CMYK
RGB Variations
Color information
#723ADC (or 0x723ADC) is known color: Blue Violet. HEX triplet: 72, 3A and DC. RGB value is (114,58,220). Sum of RGB (Red+Green+Blue) = 114+58+220=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 58 (23.05% from 255 or 14.80% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #723ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #723ADC is #8DC523. Grayscale: #5C5C5C. Windows color (decimal): -9291044 or 14432882. OLE color: 14432882.
HSL color Cylindrical-coordinate representation of color #723ADC: hue angle of 260.74º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #723ADC is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 58 | 220 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.14 |
| HSL | 260.74º | 0.7% | 0.55% | - |
| HSV(B) | 260.74º | 0.74% | 0.86% | - |
| XYZ | 21.37 | 11.77 | 68.86 | - |
| YUV | 93.21 | 199.55 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 58 | 220 | 0.48 | 0.74 | 0 | 0.14 | 260.74 | 0.7 | 0.55 |
| Hex | 72 | 3A | DC | 30 | 4A | 0 | E | 105 | 46 | 37 |
| Octal | 162 | 72 | 334 | 60 | 112 | 0 | 16 | 405 | 106 | 67 |
| Binary | 1110010 | 111010 | 11011100 | 110000 | 1001010 | 0 | 1110 | 100000101 | 1000110 | 110111 |
Color Harmonies of #723ADC
Complementary color
Monochromatic Colors of #723ADC
Black with #723ADC
Text Example
Text Example
White with #723ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723ADC; }
p { color: rgb(114,58,220); }
H1.HeaderClassName
{
color: #723ADC;
}
.AnyTagClassName
{
color: #723ADC;
}
</style>
background-color css
<style>
a { background-color: #723ADC; }
a { background-color: rgb(114,58,220); }
div.DivClassName
{
background-color: #723ADC;
}
.BgClassName
{
background-color: #723ADC;
}
</style>
border-color css
<style>
span { border-color: #723ADC; }
span { border-color: rgb(114,58,220); }
td.TdClassName
{
border-color: #723ADC;
}
.TagClassName
{
border-color: #723ADC;
}
</style>