Shades of Blue Violet #721CDA
Tints of Blue Violet #721CDA
RGB
CMYK
RGB Variations
Color information
#721CDA (or 0x721CDA) is known color: Blue Violet. HEX triplet: 72, 1C and DA. RGB value is (114,28,218). Sum of RGB (Red+Green+Blue) = 114+28+218=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 28 (11.33% from 255 or 7.78% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #721CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721CDA is #8DE325. Grayscale: #4A4A4A. Windows color (decimal): -9298726 or 14294130. OLE color: 14294130.
HSL color Cylindrical-coordinate representation of color #721CDA: hue angle of 267.16º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #721CDA is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 28 | 218 | - |
| CMYK | 0.48 | 0.87 | 0 | 0.15 |
| HSL | 267.16º | 0.77% | 0.48% | - |
| HSV(B) | 267.16º | 0.87% | 0.85% | - |
| XYZ | 20.01 | 9.47 | 67.1 | - |
| YUV | 75.37 | 208.49 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 28 | 218 | 0.48 | 0.87 | 0 | 0.15 | 267.16 | 0.77 | 0.48 |
| Hex | 72 | 1C | DA | 30 | 57 | 0 | F | 10B | 4D | 30 |
| Octal | 162 | 34 | 332 | 60 | 127 | 0 | 17 | 413 | 115 | 60 |
| Binary | 1110010 | 11100 | 11011010 | 110000 | 1010111 | 0 | 1111 | 100001011 | 1001101 | 110000 |
Color Harmonies of #721CDA
Complementary color
Monochromatic Colors of #721CDA
Black with #721CDA
Text Example
Text Example
White with #721CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721CDA; }
p { color: rgb(114,28,218); }
H1.HeaderClassName
{
color: #721CDA;
}
.AnyTagClassName
{
color: #721CDA;
}
</style>
background-color css
<style>
a { background-color: #721CDA; }
a { background-color: rgb(114,28,218); }
div.DivClassName
{
background-color: #721CDA;
}
.BgClassName
{
background-color: #721CDA;
}
</style>
border-color css
<style>
span { border-color: #721CDA; }
span { border-color: rgb(114,28,218); }
td.TdClassName
{
border-color: #721CDA;
}
.TagClassName
{
border-color: #721CDA;
}
</style>