Shades of Purple Heart #4913CB
Tints of Purple Heart #4913CB
RGB
CMYK
RGB Variations
Color information
#4913CB (or 0x4913CB) is known color: Purple Heart. HEX triplet: 49, 13 and CB. RGB value is (73,19,203). Sum of RGB (Red+Green+Blue) = 73+19+203=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 203 (79.69% from 255 or 68.81% from 295); Max value from RGB is 203 - color contains mainly: blue. Hex color #4913CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4913CB is #B6EC34. Grayscale: #373737. Windows color (decimal): -11988021 or 13308745. OLE color: 13308745.
HSL color Cylindrical-coordinate representation of color #4913CB: hue angle of 257.61º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4913CB is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 19 | 203 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.20 |
| HSL | 257.61º | 0.83% | 0.44% | - |
| HSV(B) | 257.61º | 0.91% | 0.8% | - |
| XYZ | 13.76 | 6.19 | 56.97 | - |
| YUV | 56.12 | 210.89 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 19 | 203 | 0.64 | 0.91 | 0 | 0.20 | 257.61 | 0.83 | 0.44 |
| Hex | 49 | 13 | CB | 40 | 5B | 0 | 14 | 102 | 53 | 2C |
| Octal | 111 | 23 | 313 | 100 | 133 | 0 | 24 | 402 | 123 | 54 |
| Binary | 1001001 | 10011 | 11001011 | 1000000 | 1011011 | 0 | 10100 | 100000010 | 1010011 | 101100 |
Color Harmonies of #4913CB
Complementary color
Monochromatic Colors of #4913CB
Black with #4913CB
Text Example
Text Example
White with #4913CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4913CB; }
p { color: rgb(73,19,203); }
H1.HeaderClassName
{
color: #4913CB;
}
.AnyTagClassName
{
color: #4913CB;
}
</style>
background-color css
<style>
a { background-color: #4913CB; }
a { background-color: rgb(73,19,203); }
div.DivClassName
{
background-color: #4913CB;
}
.BgClassName
{
background-color: #4913CB;
}
</style>
border-color css
<style>
span { border-color: #4913CB; }
span { border-color: rgb(73,19,203); }
td.TdClassName
{
border-color: #4913CB;
}
.TagClassName
{
border-color: #4913CB;
}
</style>