Shades of Purple Heart #721FC1
Tints of Purple Heart #721FC1
RGB
CMYK
RGB Variations
Color information
#721FC1 (or 0x721FC1) is known color: Purple Heart. HEX triplet: 72, 1F and C1. RGB value is (114,31,193). Sum of RGB (Red+Green+Blue) = 114+31+193=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 193 (75.78% from 255 or 57.10% from 338); Max value from RGB is 193 - color contains mainly: blue. Hex color #721FC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #721FC1 is #8DE03E. Grayscale: #494949. Windows color (decimal): -9297983 or 12656498. OLE color: 12656498.
HSL color Cylindrical-coordinate representation of color #721FC1: hue angle of 270.74º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721FC1 is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 31 | 193 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.24 |
| HSL | 270.74º | 0.72% | 0.44% | - |
| HSV(B) | 270.74º | 0.84% | 0.76% | - |
| XYZ | 17.06 | 8.41 | 51.18 | - |
| YUV | 74.29 | 195 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 31 | 193 | 0.41 | 0.84 | 0 | 0.24 | 270.74 | 0.72 | 0.44 |
| Hex | 72 | 1F | C1 | 29 | 54 | 0 | 18 | 10F | 48 | 2C |
| Octal | 162 | 37 | 301 | 51 | 124 | 0 | 30 | 417 | 110 | 54 |
| Binary | 1110010 | 11111 | 11000001 | 101001 | 1010100 | 0 | 11000 | 100001111 | 1001000 | 101100 |
Color Harmonies of #721FC1
Complementary color
Monochromatic Colors of #721FC1
Black with #721FC1
Text Example
Text Example
White with #721FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #721FC1; }
p { color: rgb(114,31,193); }
H1.HeaderClassName
{
color: #721FC1;
}
.AnyTagClassName
{
color: #721FC1;
}
</style>
background-color css
<style>
a { background-color: #721FC1; }
a { background-color: rgb(114,31,193); }
div.DivClassName
{
background-color: #721FC1;
}
.BgClassName
{
background-color: #721FC1;
}
</style>
border-color css
<style>
span { border-color: #721FC1; }
span { border-color: rgb(114,31,193); }
td.TdClassName
{
border-color: #721FC1;
}
.TagClassName
{
border-color: #721FC1;
}
</style>