Shades of Purple Heart #4615CA
Tints of Purple Heart #4615CA
RGB
CMYK
RGB Variations
Color information
#4615CA (or 0x4615CA) is known color: Purple Heart. HEX triplet: 46, 15 and CA. RGB value is (70,21,202). Sum of RGB (Red+Green+Blue) = 70+21+202=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 202 (79.30% from 255 or 68.94% from 293); Max value from RGB is 202 - color contains mainly: blue. Hex color #4615CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4615CA is #B9EA35. Grayscale: #373737. Windows color (decimal): -12184118 or 13243718. OLE color: 13243718.
HSL color Cylindrical-coordinate representation of color #4615CA: hue angle of 256.24º 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 #4615CA is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 21 | 202 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.21 |
| HSL | 256.24º | 0.81% | 0.44% | - |
| HSV(B) | 256.24º | 0.9% | 0.79% | - |
| XYZ | 13.45 | 6.1 | 56.35 | - |
| YUV | 56.29 | 210.23 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 202 | 0.65 | 0.90 | 0 | 0.21 | 256.24 | 0.81 | 0.44 |
| Hex | 46 | 15 | CA | 41 | 5A | 0 | 15 | 100 | 51 | 2C |
| Octal | 106 | 25 | 312 | 101 | 132 | 0 | 25 | 400 | 121 | 54 |
| Binary | 1000110 | 10101 | 11001010 | 1000001 | 1011010 | 0 | 10101 | 100000000 | 1010001 | 101100 |
Color Harmonies of #4615CA
Complementary color
Monochromatic Colors of #4615CA
Black with #4615CA
Text Example
Text Example
White with #4615CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4615CA; }
p { color: rgb(70,21,202); }
H1.HeaderClassName
{
color: #4615CA;
}
.AnyTagClassName
{
color: #4615CA;
}
</style>
background-color css
<style>
a { background-color: #4615CA; }
a { background-color: rgb(70,21,202); }
div.DivClassName
{
background-color: #4615CA;
}
.BgClassName
{
background-color: #4615CA;
}
</style>
border-color css
<style>
span { border-color: #4615CA; }
span { border-color: rgb(70,21,202); }
td.TdClassName
{
border-color: #4615CA;
}
.TagClassName
{
border-color: #4615CA;
}
</style>