Shades of Purple Heart #4319BA
Tints of Purple Heart #4319BA
RGB
CMYK
RGB Variations
Color information
#4319BA (or 0x4319BA) is known color: Purple Heart. HEX triplet: 43, 19 and BA. RGB value is (67,25,186). Sum of RGB (Red+Green+Blue) = 67+25+186=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 186 (73.05% from 255 or 66.91% from 278); Max value from RGB is 186 - color contains mainly: blue. Hex color #4319BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4319BA is #BCE645. Grayscale: #373737. Windows color (decimal): -12379718 or 12196163. OLE color: 12196163.
HSL color Cylindrical-coordinate representation of color #4319BA: hue angle of 255.65º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4319BA is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 25 | 186 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.27 |
| HSL | 255.65º | 0.76% | 0.41% | - |
| HSV(B) | 255.65º | 0.87% | 0.73% | - |
| XYZ | 11.53 | 5.43 | 46.9 | - |
| YUV | 55.91 | 201.41 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 25 | 186 | 0.64 | 0.87 | 0 | 0.27 | 255.65 | 0.76 | 0.41 |
| Hex | 43 | 19 | BA | 40 | 57 | 0 | 1B | 100 | 4C | 29 |
| Octal | 103 | 31 | 272 | 100 | 127 | 0 | 33 | 400 | 114 | 51 |
| Binary | 1000011 | 11001 | 10111010 | 1000000 | 1010111 | 0 | 11011 | 100000000 | 1001100 | 101001 |
Color Harmonies of #4319BA
Complementary color
Monochromatic Colors of #4319BA
Black with #4319BA
Text Example
Text Example
White with #4319BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4319BA; }
p { color: rgb(67,25,186); }
H1.HeaderClassName
{
color: #4319BA;
}
.AnyTagClassName
{
color: #4319BA;
}
</style>
background-color css
<style>
a { background-color: #4319BA; }
a { background-color: rgb(67,25,186); }
div.DivClassName
{
background-color: #4319BA;
}
.BgClassName
{
background-color: #4319BA;
}
</style>
border-color css
<style>
span { border-color: #4319BA; }
span { border-color: rgb(67,25,186); }
td.TdClassName
{
border-color: #4319BA;
}
.TagClassName
{
border-color: #4319BA;
}
</style>