Shades of Purple Heart #4905CC
Tints of Purple Heart #4905CC
RGB
CMYK
RGB Variations
Color information
#4905CC (or 0x4905CC) is known color: Purple Heart. HEX triplet: 49, 05 and CC. RGB value is (73,5,204). Sum of RGB (Red+Green+Blue) = 73+5+204=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 204 (80.08% from 255 or 72.34% from 282); Max value from RGB is 204 - color contains mainly: blue. Hex color #4905CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4905CC is #B6FA33. Grayscale: #2F2F2F. Windows color (decimal): -11991604 or 13370697. OLE color: 13370697.
HSL color Cylindrical-coordinate representation of color #4905CC: hue angle of 260.5º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4905CC is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 5 | 204 | - |
| CMYK | 0.64 | 0.98 | 0 | 0.2 |
| HSL | 260.5º | 0.95% | 0.41% | - |
| HSV(B) | 260.5º | 0.98% | 0.8% | - |
| XYZ | 13.7 | 5.88 | 57.54 | - |
| YUV | 48.02 | 216.03 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 5 | 204 | 0.64 | 0.98 | 0 | 0.2 | 260.5 | 0.95 | 0.41 |
| Hex | 49 | 5 | CC | 40 | 62 | 0 | 14 | 105 | 5F | 29 |
| Octal | 111 | 5 | 314 | 100 | 142 | 0 | 24 | 405 | 137 | 51 |
| Binary | 1001001 | 101 | 11001100 | 1000000 | 1100010 | 0 | 10100 | 100000101 | 1011111 | 101001 |
Color Harmonies of #4905CC
Complementary color
Monochromatic Colors of #4905CC
Black with #4905CC
Text Example
Text Example
White with #4905CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4905CC; }
p { color: rgb(73,5,204); }
H1.HeaderClassName
{
color: #4905CC;
}
.AnyTagClassName
{
color: #4905CC;
}
</style>
background-color css
<style>
a { background-color: #4905CC; }
a { background-color: rgb(73,5,204); }
div.DivClassName
{
background-color: #4905CC;
}
.BgClassName
{
background-color: #4905CC;
}
</style>
border-color css
<style>
span { border-color: #4905CC; }
span { border-color: rgb(73,5,204); }
td.TdClassName
{
border-color: #4905CC;
}
.TagClassName
{
border-color: #4905CC;
}
</style>