Shades of Purple Heart #4501BA
Tints of Purple Heart #4501BA
RGB
CMYK
RGB Variations
Color information
#4501BA (or 0x4501BA) is known color: Purple Heart. HEX triplet: 45, 01 and BA. RGB value is (69,1,186). Sum of RGB (Red+Green+Blue) = 69+1+186=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #4501BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4501BA is #BAFE45. Grayscale: #292929. Windows color (decimal): -12254790 or 12190021. OLE color: 12190021.
HSL color Cylindrical-coordinate representation of color #4501BA: hue angle of 262.05º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4501BA is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 1 | 186 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.27 |
| HSL | 262.05º | 0.99% | 0.37% | - |
| HSV(B) | 262.05º | 0.99% | 0.73% | - |
| XYZ | 11.33 | 4.83 | 46.79 | - |
| YUV | 42.42 | 209.03 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 1 | 186 | 0.63 | 0.99 | 0 | 0.27 | 262.05 | 0.99 | 0.37 |
| Hex | 45 | 1 | BA | 3F | 63 | 0 | 1B | 106 | 63 | 25 |
| Octal | 105 | 1 | 272 | 77 | 143 | 0 | 33 | 406 | 143 | 45 |
| Binary | 1000101 | 1 | 10111010 | 111111 | 1100011 | 0 | 11011 | 100000110 | 1100011 | 100101 |
Color Harmonies of #4501BA
Complementary color
Monochromatic Colors of #4501BA
Black with #4501BA
Text Example
Text Example
White with #4501BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4501BA; }
p { color: rgb(69,1,186); }
H1.HeaderClassName
{
color: #4501BA;
}
.AnyTagClassName
{
color: #4501BA;
}
</style>
background-color css
<style>
a { background-color: #4501BA; }
a { background-color: rgb(69,1,186); }
div.DivClassName
{
background-color: #4501BA;
}
.BgClassName
{
background-color: #4501BA;
}
</style>
border-color css
<style>
span { border-color: #4501BA; }
span { border-color: rgb(69,1,186); }
td.TdClassName
{
border-color: #4501BA;
}
.TagClassName
{
border-color: #4501BA;
}
</style>