Shades of Blue Violet #723CFD
Tints of Blue Violet #723CFD
RGB
CMYK
RGB Variations
Color information
#723CFD (or 0x723CFD) is known color: Blue Violet. HEX triplet: 72, 3C and FD. RGB value is (114,60,253). Sum of RGB (Red+Green+Blue) = 114+60+253=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 253 (99.22% from 255 or 59.25% from 427); Max value from RGB is 253 - color contains mainly: blue. Hex color #723CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #723CFD is #8DC302. Grayscale: #616161. Windows color (decimal): -9290499 or 16596082. OLE color: 16596082.
HSL color Cylindrical-coordinate representation of color #723CFD: hue angle of 256.79º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #723CFD is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 114 | 60 | 253 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.01 |
| HSL | 256.79º | 0.98% | 0.61% | - |
| HSV(B) | 256.79º | 0.76% | 0.99% | - |
| XYZ | 26.28 | 13.9 | 94.23 | - |
| YUV | 98.15 | 215.39 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 60 | 253 | 0.55 | 0.76 | 0 | 0.01 | 256.79 | 0.98 | 0.61 |
| Hex | 72 | 3C | FD | 37 | 4C | 0 | 1 | 101 | 62 | 3D |
| Octal | 162 | 74 | 375 | 67 | 114 | 0 | 1 | 401 | 142 | 75 |
| Binary | 1110010 | 111100 | 11111101 | 110111 | 1001100 | 0 | 1 | 100000001 | 1100010 | 111101 |
Color Harmonies of #723CFD
Complementary color
Monochromatic Colors of #723CFD
Black with #723CFD
Text Example
Text Example
White with #723CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723CFD; }
p { color: rgb(114,60,253); }
H1.HeaderClassName
{
color: #723CFD;
}
.AnyTagClassName
{
color: #723CFD;
}
</style>
background-color css
<style>
a { background-color: #723CFD; }
a { background-color: rgb(114,60,253); }
div.DivClassName
{
background-color: #723CFD;
}
.BgClassName
{
background-color: #723CFD;
}
</style>
border-color css
<style>
span { border-color: #723CFD; }
span { border-color: rgb(114,60,253); }
td.TdClassName
{
border-color: #723CFD;
}
.TagClassName
{
border-color: #723CFD;
}
</style>