Shades of Purple Heart #4918CB
Tints of Purple Heart #4918CB
RGB
CMYK
RGB Variations
Color information
#4918CB (or 0x4918CB) is known color: Purple Heart. HEX triplet: 49, 18 and CB. RGB value is (73,24,203). Sum of RGB (Red+Green+Blue) = 73+24+203=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 203 (79.69% from 255 or 67.67% from 300); Max value from RGB is 203 - color contains mainly: blue. Hex color #4918CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4918CB is #B6E734. Grayscale: #3A3A3A. Windows color (decimal): -11986741 or 13310025. OLE color: 13310025.
HSL color Cylindrical-coordinate representation of color #4918CB: hue angle of 256.42º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4918CB is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 24 | 203 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.20 |
| HSL | 256.42º | 0.79% | 0.45% | - |
| HSV(B) | 256.42º | 0.88% | 0.8% | - |
| XYZ | 13.85 | 6.38 | 57 | - |
| YUV | 59.06 | 209.23 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 24 | 203 | 0.64 | 0.88 | 0 | 0.20 | 256.42 | 0.79 | 0.45 |
| Hex | 49 | 18 | CB | 40 | 58 | 0 | 14 | 100 | 4F | 2D |
| Octal | 111 | 30 | 313 | 100 | 130 | 0 | 24 | 400 | 117 | 55 |
| Binary | 1001001 | 11000 | 11001011 | 1000000 | 1011000 | 0 | 10100 | 100000000 | 1001111 | 101101 |
Color Harmonies of #4918CB
Complementary color
Monochromatic Colors of #4918CB
Black with #4918CB
Text Example
Text Example
White with #4918CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4918CB; }
p { color: rgb(73,24,203); }
H1.HeaderClassName
{
color: #4918CB;
}
.AnyTagClassName
{
color: #4918CB;
}
</style>
background-color css
<style>
a { background-color: #4918CB; }
a { background-color: rgb(73,24,203); }
div.DivClassName
{
background-color: #4918CB;
}
.BgClassName
{
background-color: #4918CB;
}
</style>
border-color css
<style>
span { border-color: #4918CB; }
span { border-color: rgb(73,24,203); }
td.TdClassName
{
border-color: #4918CB;
}
.TagClassName
{
border-color: #4918CB;
}
</style>