Shades of Purple Heart #4914CB
Tints of Purple Heart #4914CB
RGB
CMYK
RGB Variations
Color information
#4914CB (or 0x4914CB) is known color: Purple Heart. HEX triplet: 49, 14 and CB. RGB value is (73,20,203). Sum of RGB (Red+Green+Blue) = 73+20+203=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 203 (79.69% from 255 or 68.58% from 296); Max value from RGB is 203 - color contains mainly: blue. Hex color #4914CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4914CB is #B6EB34. Grayscale: #383838. Windows color (decimal): -11987765 or 13309001. OLE color: 13309001.
HSL color Cylindrical-coordinate representation of color #4914CB: hue angle of 257.38º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4914CB is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 20 | 203 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.20 |
| HSL | 257.38º | 0.82% | 0.44% | - |
| HSV(B) | 257.38º | 0.9% | 0.8% | - |
| XYZ | 13.78 | 6.23 | 56.98 | - |
| YUV | 56.71 | 210.56 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 20 | 203 | 0.64 | 0.90 | 0 | 0.20 | 257.38 | 0.82 | 0.44 |
| Hex | 49 | 14 | CB | 40 | 5A | 0 | 14 | 101 | 52 | 2C |
| Octal | 111 | 24 | 313 | 100 | 132 | 0 | 24 | 401 | 122 | 54 |
| Binary | 1001001 | 10100 | 11001011 | 1000000 | 1011010 | 0 | 10100 | 100000001 | 1010010 | 101100 |
Color Harmonies of #4914CB
Complementary color
Monochromatic Colors of #4914CB
Black with #4914CB
Text Example
Text Example
White with #4914CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4914CB; }
p { color: rgb(73,20,203); }
H1.HeaderClassName
{
color: #4914CB;
}
.AnyTagClassName
{
color: #4914CB;
}
</style>
background-color css
<style>
a { background-color: #4914CB; }
a { background-color: rgb(73,20,203); }
div.DivClassName
{
background-color: #4914CB;
}
.BgClassName
{
background-color: #4914CB;
}
</style>
border-color css
<style>
span { border-color: #4914CB; }
span { border-color: rgb(73,20,203); }
td.TdClassName
{
border-color: #4914CB;
}
.TagClassName
{
border-color: #4914CB;
}
</style>