Shades of Purple Heart #721CCB
Tints of Purple Heart #721CCB
RGB
CMYK
RGB Variations
Color information
#721CCB (or 0x721CCB) is known color: Purple Heart. HEX triplet: 72, 1C and CB. RGB value is (114,28,203). Sum of RGB (Red+Green+Blue) = 114+28+203=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #721CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721CCB is #8DE334. Grayscale: #494949. Windows color (decimal): -9298741 or 13311090. OLE color: 13311090.
HSL color Cylindrical-coordinate representation of color #721CCB: hue angle of 269.49º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721CCB is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 28 | 203 | - |
| CMYK | 0.44 | 0.86 | 0 | 0.20 |
| HSL | 269.49º | 0.76% | 0.45% | - |
| HSV(B) | 269.49º | 0.86% | 0.8% | - |
| XYZ | 18.13 | 8.72 | 57.23 | - |
| YUV | 73.66 | 200.99 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 28 | 203 | 0.44 | 0.86 | 0 | 0.20 | 269.49 | 0.76 | 0.45 |
| Hex | 72 | 1C | CB | 2C | 56 | 0 | 14 | 10D | 4C | 2D |
| Octal | 162 | 34 | 313 | 54 | 126 | 0 | 24 | 415 | 114 | 55 |
| Binary | 1110010 | 11100 | 11001011 | 101100 | 1010110 | 0 | 10100 | 100001101 | 1001100 | 101101 |
Color Harmonies of #721CCB
Complementary color
Monochromatic Colors of #721CCB
Black with #721CCB
Text Example
Text Example
White with #721CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721CCB; }
p { color: rgb(114,28,203); }
H1.HeaderClassName
{
color: #721CCB;
}
.AnyTagClassName
{
color: #721CCB;
}
</style>
background-color css
<style>
a { background-color: #721CCB; }
a { background-color: rgb(114,28,203); }
div.DivClassName
{
background-color: #721CCB;
}
.BgClassName
{
background-color: #721CCB;
}
</style>
border-color css
<style>
span { border-color: #721CCB; }
span { border-color: rgb(114,28,203); }
td.TdClassName
{
border-color: #721CCB;
}
.TagClassName
{
border-color: #721CCB;
}
</style>