Shades of Purple Heart #4319B3
Tints of Purple Heart #4319B3
RGB
CMYK
RGB Variations
Color information
#4319B3 (or 0x4319B3) is known color: Purple Heart. HEX triplet: 43, 19 and B3. RGB value is (67,25,179). Sum of RGB (Red+Green+Blue) = 67+25+179=271 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.72% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 179 (70.31% from 255 or 66.05% from 271); Max value from RGB is 179 - color contains mainly: blue. Hex color #4319B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4319B3 is #BCE64C. Grayscale: #363636. Windows color (decimal): -12379725 or 11737411. OLE color: 11737411.
HSL color Cylindrical-coordinate representation of color #4319B3: hue angle of 256.36º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4319B3 is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 67 | 25 | 179 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.30 |
| HSL | 256.36º | 0.75% | 0.4% | - |
| HSV(B) | 256.36º | 0.86% | 0.7% | - |
| XYZ | 10.8 | 5.14 | 43.07 | - |
| YUV | 55.11 | 197.91 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 25 | 179 | 0.63 | 0.86 | 0 | 0.30 | 256.36 | 0.75 | 0.4 |
| Hex | 43 | 19 | B3 | 3F | 56 | 0 | 1E | 100 | 4B | 28 |
| Octal | 103 | 31 | 263 | 77 | 126 | 0 | 36 | 400 | 113 | 50 |
| Binary | 1000011 | 11001 | 10110011 | 111111 | 1010110 | 0 | 11110 | 100000000 | 1001011 | 101000 |
Color Harmonies of #4319B3
Complementary color
Monochromatic Colors of #4319B3
Black with #4319B3
Text Example
Text Example
White with #4319B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4319B3; }
p { color: rgb(67,25,179); }
H1.HeaderClassName
{
color: #4319B3;
}
.AnyTagClassName
{
color: #4319B3;
}
</style>
background-color css
<style>
a { background-color: #4319B3; }
a { background-color: rgb(67,25,179); }
div.DivClassName
{
background-color: #4319B3;
}
.BgClassName
{
background-color: #4319B3;
}
</style>
border-color css
<style>
span { border-color: #4319B3; }
span { border-color: rgb(67,25,179); }
td.TdClassName
{
border-color: #4319B3;
}
.TagClassName
{
border-color: #4319B3;
}
</style>