Shades of Blue Violet #723AFB
Tints of Blue Violet #723AFB
RGB
CMYK
RGB Variations
Color information
#723AFB (or 0x723AFB) is known color: Blue Violet. HEX triplet: 72, 3A and FB. RGB value is (114,58,251). Sum of RGB (Red+Green+Blue) = 114+58+251=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 58 (23.05% from 255 or 13.71% from 423); Blue value is 251 (98.44% from 255 or 59.34% from 423); Max value from RGB is 251 - color contains mainly: blue. Hex color #723AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #723AFB is #8DC504. Grayscale: #606060. Windows color (decimal): -9291013 or 16464498. OLE color: 16464498.
HSL color Cylindrical-coordinate representation of color #723AFB: hue angle of 257.41º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #723AFB is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 114 | 58 | 251 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.02 |
| HSL | 257.41º | 0.96% | 0.61% | - |
| HSV(B) | 257.41º | 0.77% | 0.98% | - |
| XYZ | 25.87 | 13.57 | 92.52 | - |
| YUV | 96.75 | 215.05 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 58 | 251 | 0.55 | 0.77 | 0 | 0.02 | 257.41 | 0.96 | 0.61 |
| Hex | 72 | 3A | FB | 37 | 4D | 0 | 2 | 101 | 60 | 3D |
| Octal | 162 | 72 | 373 | 67 | 115 | 0 | 2 | 401 | 140 | 75 |
| Binary | 1110010 | 111010 | 11111011 | 110111 | 1001101 | 0 | 10 | 100000001 | 1100000 | 111101 |
Color Harmonies of #723AFB
Complementary color
Monochromatic Colors of #723AFB
Black with #723AFB
Text Example
Text Example
White with #723AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723AFB; }
p { color: rgb(114,58,251); }
H1.HeaderClassName
{
color: #723AFB;
}
.AnyTagClassName
{
color: #723AFB;
}
</style>
background-color css
<style>
a { background-color: #723AFB; }
a { background-color: rgb(114,58,251); }
div.DivClassName
{
background-color: #723AFB;
}
.BgClassName
{
background-color: #723AFB;
}
</style>
border-color css
<style>
span { border-color: #723AFB; }
span { border-color: rgb(114,58,251); }
td.TdClassName
{
border-color: #723AFB;
}
.TagClassName
{
border-color: #723AFB;
}
</style>