Shades of Blue Violet #723BFD
Tints of Blue Violet #723BFD
RGB
CMYK
RGB Variations
Color information
#723BFD (or 0x723BFD) is known color: Blue Violet. HEX triplet: 72, 3B and FD. RGB value is (114,59,253). Sum of RGB (Red+Green+Blue) = 114+59+253=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 59 (23.44% from 255 or 13.85% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #723BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #723BFD is #8DC402. Grayscale: #606060. Windows color (decimal): -9290755 or 16595826. OLE color: 16595826.
HSL color Cylindrical-coordinate representation of color #723BFD: hue angle of 257.01º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #723BFD is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 59 | 253 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.01 |
| HSL | 257.01º | 0.98% | 0.61% | - |
| HSV(B) | 257.01º | 0.77% | 0.99% | - |
| XYZ | 26.23 | 13.8 | 94.21 | - |
| YUV | 97.56 | 215.72 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 59 | 253 | 0.55 | 0.77 | 0 | 0.01 | 257.01 | 0.98 | 0.61 |
| Hex | 72 | 3B | FD | 37 | 4D | 0 | 1 | 101 | 62 | 3D |
| Octal | 162 | 73 | 375 | 67 | 115 | 0 | 1 | 401 | 142 | 75 |
| Binary | 1110010 | 111011 | 11111101 | 110111 | 1001101 | 0 | 1 | 100000001 | 1100010 | 111101 |
Color Harmonies of #723BFD
Complementary color
Monochromatic Colors of #723BFD
Black with #723BFD
Text Example
Text Example
White with #723BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723BFD; }
p { color: rgb(114,59,253); }
H1.HeaderClassName
{
color: #723BFD;
}
.AnyTagClassName
{
color: #723BFD;
}
</style>
background-color css
<style>
a { background-color: #723BFD; }
a { background-color: rgb(114,59,253); }
div.DivClassName
{
background-color: #723BFD;
}
.BgClassName
{
background-color: #723BFD;
}
</style>
border-color css
<style>
span { border-color: #723BFD; }
span { border-color: rgb(114,59,253); }
td.TdClassName
{
border-color: #723BFD;
}
.TagClassName
{
border-color: #723BFD;
}
</style>