Shades of Blue Violet #723AF8
Tints of Blue Violet #723AF8
RGB
CMYK
RGB Variations
Color information
#723AF8 (or 0x723AF8) is known color: Blue Violet. HEX triplet: 72, 3A and F8. RGB value is (114,58,248). Sum of RGB (Red+Green+Blue) = 114+58+248=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 248 (97.27% from 255 or 59.05% from 420); Max value from RGB is 248 - color contains mainly: blue. Hex color #723AF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #723AF8 is #8DC507. Grayscale: #5F5F5F. Windows color (decimal): -9291016 or 16267890. OLE color: 16267890.
HSL color Cylindrical-coordinate representation of color #723AF8: hue angle of 257.68º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #723AF8 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 114 | 58 | 248 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.03 |
| HSL | 257.68º | 0.93% | 0.6% | - |
| HSV(B) | 257.68º | 0.77% | 0.97% | - |
| XYZ | 25.4 | 13.38 | 90.05 | - |
| YUV | 96.4 | 213.55 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 58 | 248 | 0.54 | 0.77 | 0 | 0.03 | 257.68 | 0.93 | 0.6 |
| Hex | 72 | 3A | F8 | 36 | 4D | 0 | 3 | 102 | 5D | 3C |
| Octal | 162 | 72 | 370 | 66 | 115 | 0 | 3 | 402 | 135 | 74 |
| Binary | 1110010 | 111010 | 11111000 | 110110 | 1001101 | 0 | 11 | 100000010 | 1011101 | 111100 |
Color Harmonies of #723AF8
Complementary color
Monochromatic Colors of #723AF8
Black with #723AF8
Text Example
Text Example
White with #723AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723AF8; }
p { color: rgb(114,58,248); }
H1.HeaderClassName
{
color: #723AF8;
}
.AnyTagClassName
{
color: #723AF8;
}
</style>
background-color css
<style>
a { background-color: #723AF8; }
a { background-color: rgb(114,58,248); }
div.DivClassName
{
background-color: #723AF8;
}
.BgClassName
{
background-color: #723AF8;
}
</style>
border-color css
<style>
span { border-color: #723AF8; }
span { border-color: rgb(114,58,248); }
td.TdClassName
{
border-color: #723AF8;
}
.TagClassName
{
border-color: #723AF8;
}
</style>