Shades of Blue Violet #721BDC
Tints of Blue Violet #721BDC
RGB
CMYK
RGB Variations
Color information
#721BDC (or 0x721BDC) is known color: Blue Violet. HEX triplet: 72, 1B and DC. RGB value is (114,27,220). Sum of RGB (Red+Green+Blue) = 114+27+220=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 27 (10.94% from 255 or 7.48% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #721BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721BDC is #8DE423. Grayscale: #4A4A4A. Windows color (decimal): -9298980 or 14424946. OLE color: 14424946.
HSL color Cylindrical-coordinate representation of color #721BDC: hue angle of 267.05º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #721BDC is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 27 | 220 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.14 |
| HSL | 267.05º | 0.78% | 0.48% | - |
| HSV(B) | 267.05º | 0.88% | 0.86% | - |
| XYZ | 20.25 | 9.53 | 68.48 | - |
| YUV | 75.02 | 209.82 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 27 | 220 | 0.48 | 0.88 | 0 | 0.14 | 267.05 | 0.78 | 0.48 |
| Hex | 72 | 1B | DC | 30 | 58 | 0 | E | 10B | 4E | 30 |
| Octal | 162 | 33 | 334 | 60 | 130 | 0 | 16 | 413 | 116 | 60 |
| Binary | 1110010 | 11011 | 11011100 | 110000 | 1011000 | 0 | 1110 | 100001011 | 1001110 | 110000 |
Color Harmonies of #721BDC
Complementary color
Monochromatic Colors of #721BDC
Black with #721BDC
Text Example
Text Example
White with #721BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721BDC; }
p { color: rgb(114,27,220); }
H1.HeaderClassName
{
color: #721BDC;
}
.AnyTagClassName
{
color: #721BDC;
}
</style>
background-color css
<style>
a { background-color: #721BDC; }
a { background-color: rgb(114,27,220); }
div.DivClassName
{
background-color: #721BDC;
}
.BgClassName
{
background-color: #721BDC;
}
</style>
border-color css
<style>
span { border-color: #721BDC; }
span { border-color: rgb(114,27,220); }
td.TdClassName
{
border-color: #721BDC;
}
.TagClassName
{
border-color: #721BDC;
}
</style>