Shades of Purple Heart #4318BA
Tints of Purple Heart #4318BA
RGB
CMYK
RGB Variations
Color information
#4318BA (or 0x4318BA) is known color: Purple Heart. HEX triplet: 43, 18 and BA. RGB value is (67,24,186). Sum of RGB (Red+Green+Blue) = 67+24+186=277 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.19% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 186 (73.05% from 255 or 67.15% from 277); Max value from RGB is 186 - color contains mainly: blue. Hex color #4318BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4318BA is #BCE745. Grayscale: #363636. Windows color (decimal): -12379974 or 12195907. OLE color: 12195907.
HSL color Cylindrical-coordinate representation of color #4318BA: hue angle of 255.93º degrees, saturation: 0.77, 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 #4318BA is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 24 | 186 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.27 |
| HSL | 255.93º | 0.77% | 0.41% | - |
| HSV(B) | 255.93º | 0.87% | 0.73% | - |
| XYZ | 11.5 | 5.39 | 46.89 | - |
| YUV | 55.33 | 201.75 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 24 | 186 | 0.64 | 0.87 | 0 | 0.27 | 255.93 | 0.77 | 0.41 |
| Hex | 43 | 18 | BA | 40 | 57 | 0 | 1B | 100 | 4D | 29 |
| Octal | 103 | 30 | 272 | 100 | 127 | 0 | 33 | 400 | 115 | 51 |
| Binary | 1000011 | 11000 | 10111010 | 1000000 | 1010111 | 0 | 11011 | 100000000 | 1001101 | 101001 |
Color Harmonies of #4318BA
Complementary color
Monochromatic Colors of #4318BA
Black with #4318BA
Text Example
Text Example
White with #4318BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4318BA; }
p { color: rgb(67,24,186); }
H1.HeaderClassName
{
color: #4318BA;
}
.AnyTagClassName
{
color: #4318BA;
}
</style>
background-color css
<style>
a { background-color: #4318BA; }
a { background-color: rgb(67,24,186); }
div.DivClassName
{
background-color: #4318BA;
}
.BgClassName
{
background-color: #4318BA;
}
</style>
border-color css
<style>
span { border-color: #4318BA; }
span { border-color: rgb(67,24,186); }
td.TdClassName
{
border-color: #4318BA;
}
.TagClassName
{
border-color: #4318BA;
}
</style>