Shades of Purple Heart #4A15CA
Tints of Purple Heart #4A15CA
RGB
CMYK
RGB Variations
Color information
#4A15CA (or 0x4A15CA) is known color: Purple Heart. HEX triplet: 4A, 15 and CA. RGB value is (74,21,202). Sum of RGB (Red+Green+Blue) = 74+21+202=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 202 (79.30% from 255 or 68.01% from 297); Max value from RGB is 202 - color contains mainly: blue. Hex color #4A15CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A15CA is #B5EA35. Grayscale: #383838. Windows color (decimal): -11921974 or 13243722. OLE color: 13243722.
HSL color Cylindrical-coordinate representation of color #4A15CA: hue angle of 257.57º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A15CA is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 74 | 21 | 202 | - |
| CMYK | 0.63 | 0.90 | 0 | 0.21 |
| HSL | 257.57º | 0.81% | 0.44% | - |
| HSV(B) | 257.57º | 0.9% | 0.79% | - |
| XYZ | 13.75 | 6.26 | 56.36 | - |
| YUV | 57.48 | 209.56 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 21 | 202 | 0.63 | 0.90 | 0 | 0.21 | 257.57 | 0.81 | 0.44 |
| Hex | 4A | 15 | CA | 3F | 5A | 0 | 15 | 102 | 51 | 2C |
| Octal | 112 | 25 | 312 | 77 | 132 | 0 | 25 | 402 | 121 | 54 |
| Binary | 1001010 | 10101 | 11001010 | 111111 | 1011010 | 0 | 10101 | 100000010 | 1010001 | 101100 |
Color Harmonies of #4A15CA
Complementary color
Monochromatic Colors of #4A15CA
Black with #4A15CA
Text Example
Text Example
White with #4A15CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A15CA; }
p { color: rgb(74,21,202); }
H1.HeaderClassName
{
color: #4A15CA;
}
.AnyTagClassName
{
color: #4A15CA;
}
</style>
background-color css
<style>
a { background-color: #4A15CA; }
a { background-color: rgb(74,21,202); }
div.DivClassName
{
background-color: #4A15CA;
}
.BgClassName
{
background-color: #4A15CA;
}
</style>
border-color css
<style>
span { border-color: #4A15CA; }
span { border-color: rgb(74,21,202); }
td.TdClassName
{
border-color: #4A15CA;
}
.TagClassName
{
border-color: #4A15CA;
}
</style>