Shades of Blue Violet #723CF8
Tints of Blue Violet #723CF8
RGB
CMYK
RGB Variations
Color information
#723CF8 (or 0x723CF8) is known color: Blue Violet. HEX triplet: 72, 3C and F8. RGB value is (114,60,248). Sum of RGB (Red+Green+Blue) = 114+60+248=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 60 (23.83% from 255 or 14.22% from 422); Blue value is 248 (97.27% from 255 or 58.77% from 422); Max value from RGB is 248 - color contains mainly: blue. Hex color #723CF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #723CF8 is #8DC307. Grayscale: #606060. Windows color (decimal): -9290504 or 16268402. OLE color: 16268402.
HSL color Cylindrical-coordinate representation of color #723CF8: hue angle of 257.23º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #723CF8 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 114 | 60 | 248 | - |
| CMYK | 0.54 | 0.76 | 0 | 0.03 |
| HSL | 257.23º | 0.93% | 0.6% | - |
| HSV(B) | 257.23º | 0.76% | 0.97% | - |
| XYZ | 25.5 | 13.59 | 90.09 | - |
| YUV | 97.58 | 212.89 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 60 | 248 | 0.54 | 0.76 | 0 | 0.03 | 257.23 | 0.93 | 0.6 |
| Hex | 72 | 3C | F8 | 36 | 4C | 0 | 3 | 101 | 5D | 3C |
| Octal | 162 | 74 | 370 | 66 | 114 | 0 | 3 | 401 | 135 | 74 |
| Binary | 1110010 | 111100 | 11111000 | 110110 | 1001100 | 0 | 11 | 100000001 | 1011101 | 111100 |
Color Harmonies of #723CF8
Complementary color
Monochromatic Colors of #723CF8
Black with #723CF8
Text Example
Text Example
White with #723CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723CF8; }
p { color: rgb(114,60,248); }
H1.HeaderClassName
{
color: #723CF8;
}
.AnyTagClassName
{
color: #723CF8;
}
</style>
background-color css
<style>
a { background-color: #723CF8; }
a { background-color: rgb(114,60,248); }
div.DivClassName
{
background-color: #723CF8;
}
.BgClassName
{
background-color: #723CF8;
}
</style>
border-color css
<style>
span { border-color: #723CF8; }
span { border-color: rgb(114,60,248); }
td.TdClassName
{
border-color: #723CF8;
}
.TagClassName
{
border-color: #723CF8;
}
</style>