Shades of Purple Heart #4319AA
Tints of Purple Heart #4319AA
RGB
CMYK
RGB Variations
Color information
#4319AA (or 0x4319AA) is known color: Purple Heart. HEX triplet: 43, 19 and AA. RGB value is (67,25,170). Sum of RGB (Red+Green+Blue) = 67+25+170=262 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.57% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 170 (66.80% from 255 or 64.89% from 262); Max value from RGB is 170 - color contains mainly: blue. Hex color #4319AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4319AA is #BCE655. Grayscale: #353535. Windows color (decimal): -12379734 or 11147587. OLE color: 11147587.
HSL color Cylindrical-coordinate representation of color #4319AA: hue angle of 257.38º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4319AA is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 25 | 170 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.33 |
| HSL | 257.38º | 0.74% | 0.38% | - |
| HSV(B) | 257.38º | 0.85% | 0.67% | - |
| XYZ | 9.92 | 4.79 | 38.43 | - |
| YUV | 54.09 | 193.41 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 25 | 170 | 0.61 | 0.85 | 0 | 0.33 | 257.38 | 0.74 | 0.38 |
| Hex | 43 | 19 | AA | 3D | 55 | 0 | 21 | 101 | 4A | 26 |
| Octal | 103 | 31 | 252 | 75 | 125 | 0 | 41 | 401 | 112 | 46 |
| Binary | 1000011 | 11001 | 10101010 | 111101 | 1010101 | 0 | 100001 | 100000001 | 1001010 | 100110 |
Color Harmonies of #4319AA
Complementary color
Monochromatic Colors of #4319AA
Black with #4319AA
Text Example
Text Example
White with #4319AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4319AA; }
p { color: rgb(67,25,170); }
H1.HeaderClassName
{
color: #4319AA;
}
.AnyTagClassName
{
color: #4319AA;
}
</style>
background-color css
<style>
a { background-color: #4319AA; }
a { background-color: rgb(67,25,170); }
div.DivClassName
{
background-color: #4319AA;
}
.BgClassName
{
background-color: #4319AA;
}
</style>
border-color css
<style>
span { border-color: #4319AA; }
span { border-color: rgb(67,25,170); }
td.TdClassName
{
border-color: #4319AA;
}
.TagClassName
{
border-color: #4319AA;
}
</style>