Shades of Blue Violet #721CE5
Tints of Blue Violet #721CE5
RGB
CMYK
RGB Variations
Color information
#721CE5 (or 0x721CE5) is known color: Blue Violet. HEX triplet: 72, 1C and E5. RGB value is (114,28,229). Sum of RGB (Red+Green+Blue) = 114+28+229=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 229 (89.84% from 255 or 61.73% from 371); Max value from RGB is 229 - color contains mainly: blue. Hex color #721CE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721CE5 is #8DE31A. Grayscale: #4B4B4B. Windows color (decimal): -9298715 or 15015026. OLE color: 15015026.
HSL color Cylindrical-coordinate representation of color #721CE5: hue angle of 265.67º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #721CE5 is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 28 | 229 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.10 |
| HSL | 265.67º | 0.79% | 0.5% | - |
| HSV(B) | 265.67º | 0.88% | 0.9% | - |
| XYZ | 21.5 | 10.07 | 74.94 | - |
| YUV | 76.63 | 213.99 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 28 | 229 | 0.50 | 0.88 | 0 | 0.10 | 265.67 | 0.79 | 0.5 |
| Hex | 72 | 1C | E5 | 32 | 58 | 0 | A | 10A | 4F | 32 |
| Octal | 162 | 34 | 345 | 62 | 130 | 0 | 12 | 412 | 117 | 62 |
| Binary | 1110010 | 11100 | 11100101 | 110010 | 1011000 | 0 | 1010 | 100001010 | 1001111 | 110010 |
Color Harmonies of #721CE5
Complementary color
Monochromatic Colors of #721CE5
Black with #721CE5
Text Example
Text Example
White with #721CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721CE5; }
p { color: rgb(114,28,229); }
H1.HeaderClassName
{
color: #721CE5;
}
.AnyTagClassName
{
color: #721CE5;
}
</style>
background-color css
<style>
a { background-color: #721CE5; }
a { background-color: rgb(114,28,229); }
div.DivClassName
{
background-color: #721CE5;
}
.BgClassName
{
background-color: #721CE5;
}
</style>
border-color css
<style>
span { border-color: #721CE5; }
span { border-color: rgb(114,28,229); }
td.TdClassName
{
border-color: #721CE5;
}
.TagClassName
{
border-color: #721CE5;
}
</style>