Shades of Purple Heart #4619AD
Tints of Purple Heart #4619AD
RGB
CMYK
RGB Variations
Color information
#4619AD (or 0x4619AD) is known color: Purple Heart. HEX triplet: 46, 19 and AD. RGB value is (70,25,173). Sum of RGB (Red+Green+Blue) = 70+25+173=268 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.12% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #4619AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4619AD is #B9E652. Grayscale: #363636. Windows color (decimal): -12183123 or 11344198. OLE color: 11344198.
HSL color Cylindrical-coordinate representation of color #4619AD: hue angle of 258.24º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4619AD is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 25 | 173 | - |
| CMYK | 0.60 | 0.86 | 0 | 0.32 |
| HSL | 258.24º | 0.75% | 0.39% | - |
| HSV(B) | 258.24º | 0.86% | 0.68% | - |
| XYZ | 10.42 | 5.01 | 39.95 | - |
| YUV | 55.33 | 194.41 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 25 | 173 | 0.60 | 0.86 | 0 | 0.32 | 258.24 | 0.75 | 0.39 |
| Hex | 46 | 19 | AD | 3C | 56 | 0 | 20 | 102 | 4B | 27 |
| Octal | 106 | 31 | 255 | 74 | 126 | 0 | 40 | 402 | 113 | 47 |
| Binary | 1000110 | 11001 | 10101101 | 111100 | 1010110 | 0 | 100000 | 100000010 | 1001011 | 100111 |
Color Harmonies of #4619AD
Complementary color
Monochromatic Colors of #4619AD
Black with #4619AD
Text Example
Text Example
White with #4619AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4619AD; }
p { color: rgb(70,25,173); }
H1.HeaderClassName
{
color: #4619AD;
}
.AnyTagClassName
{
color: #4619AD;
}
</style>
background-color css
<style>
a { background-color: #4619AD; }
a { background-color: rgb(70,25,173); }
div.DivClassName
{
background-color: #4619AD;
}
.BgClassName
{
background-color: #4619AD;
}
</style>
border-color css
<style>
span { border-color: #4619AD; }
span { border-color: rgb(70,25,173); }
td.TdClassName
{
border-color: #4619AD;
}
.TagClassName
{
border-color: #4619AD;
}
</style>