Shades of Purple Heart #4615B4
Tints of Purple Heart #4615B4
RGB
CMYK
RGB Variations
Color information
#4615B4 (or 0x4615B4) is known color: Purple Heart. HEX triplet: 46, 15 and B4. RGB value is (70,21,180). Sum of RGB (Red+Green+Blue) = 70+21+180=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 180 (70.70% from 255 or 66.42% from 271); Max value from RGB is 180 - color contains mainly: blue. Hex color #4615B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4615B4 is #B9EA4B. Grayscale: #353535. Windows color (decimal): -12184140 or 11801926. OLE color: 11801926.
HSL color Cylindrical-coordinate representation of color #4615B4: hue angle of 258.49º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4615B4 is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 70 | 21 | 180 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.29 |
| HSL | 258.49º | 0.79% | 0.39% | - |
| HSV(B) | 258.49º | 0.88% | 0.71% | - |
| XYZ | 11.03 | 5.13 | 43.59 | - |
| YUV | 53.78 | 199.23 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 180 | 0.61 | 0.88 | 0 | 0.29 | 258.49 | 0.79 | 0.39 |
| Hex | 46 | 15 | B4 | 3D | 58 | 0 | 1D | 102 | 4F | 27 |
| Octal | 106 | 25 | 264 | 75 | 130 | 0 | 35 | 402 | 117 | 47 |
| Binary | 1000110 | 10101 | 10110100 | 111101 | 1011000 | 0 | 11101 | 100000010 | 1001111 | 100111 |
Color Harmonies of #4615B4
Complementary color
Monochromatic Colors of #4615B4
Black with #4615B4
Text Example
Text Example
White with #4615B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4615B4; }
p { color: rgb(70,21,180); }
H1.HeaderClassName
{
color: #4615B4;
}
.AnyTagClassName
{
color: #4615B4;
}
</style>
background-color css
<style>
a { background-color: #4615B4; }
a { background-color: rgb(70,21,180); }
div.DivClassName
{
background-color: #4615B4;
}
.BgClassName
{
background-color: #4615B4;
}
</style>
border-color css
<style>
span { border-color: #4615B4; }
span { border-color: rgb(70,21,180); }
td.TdClassName
{
border-color: #4615B4;
}
.TagClassName
{
border-color: #4615B4;
}
</style>