Shades of Purple Heart #4615B2
Tints of Purple Heart #4615B2
RGB
CMYK
RGB Variations
Color information
#4615B2 (or 0x4615B2) is known color: Purple Heart. HEX triplet: 46, 15 and B2. RGB value is (70,21,178). Sum of RGB (Red+Green+Blue) = 70+21+178=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 178 (69.92% from 255 or 66.17% from 269); Max value from RGB is 178 - color contains mainly: blue. Hex color #4615B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4615B2 is #B9EA4D. Grayscale: #343434. Windows color (decimal): -12184142 or 11670854. OLE color: 11670854.
HSL color Cylindrical-coordinate representation of color #4615B2: hue angle of 258.73º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4615B2 is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 70 | 21 | 178 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.30 |
| HSL | 258.73º | 0.79% | 0.39% | - |
| HSV(B) | 258.73º | 0.88% | 0.7% | - |
| XYZ | 10.83 | 5.05 | 42.52 | - |
| YUV | 53.55 | 198.23 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 178 | 0.61 | 0.88 | 0 | 0.30 | 258.73 | 0.79 | 0.39 |
| Hex | 46 | 15 | B2 | 3D | 58 | 0 | 1E | 103 | 4F | 27 |
| Octal | 106 | 25 | 262 | 75 | 130 | 0 | 36 | 403 | 117 | 47 |
| Binary | 1000110 | 10101 | 10110010 | 111101 | 1011000 | 0 | 11110 | 100000011 | 1001111 | 100111 |
Color Harmonies of #4615B2
Complementary color
Monochromatic Colors of #4615B2
Black with #4615B2
Text Example
Text Example
White with #4615B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4615B2; }
p { color: rgb(70,21,178); }
H1.HeaderClassName
{
color: #4615B2;
}
.AnyTagClassName
{
color: #4615B2;
}
</style>
background-color css
<style>
a { background-color: #4615B2; }
a { background-color: rgb(70,21,178); }
div.DivClassName
{
background-color: #4615B2;
}
.BgClassName
{
background-color: #4615B2;
}
</style>
border-color css
<style>
span { border-color: #4615B2; }
span { border-color: rgb(70,21,178); }
td.TdClassName
{
border-color: #4615B2;
}
.TagClassName
{
border-color: #4615B2;
}
</style>