Shades of Purple Heart #4B13AA
Tints of Purple Heart #4B13AA
RGB
CMYK
RGB Variations
Color information
#4B13AA (or 0x4B13AA) is known color: Purple Heart. HEX triplet: 4B, 13 and AA. RGB value is (75,19,170). Sum of RGB (Red+Green+Blue) = 75+19+170=264 (34% of max value = 765). Red value is 75 (29.69% from 255 or 28.41% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 170 (66.80% from 255 or 64.39% from 264); Max value from RGB is 170 - color contains mainly: blue. Hex color #4B13AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B13AA is #B4EC55. Grayscale: #343434. Windows color (decimal): -11856982 or 11146059. OLE color: 11146059.
HSL color Cylindrical-coordinate representation of color #4B13AA: hue angle of 262.25º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4B13AA is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 19 | 170 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.33 |
| HSL | 262.25º | 0.8% | 0.37% | - |
| HSV(B) | 262.25º | 0.89% | 0.67% | - |
| XYZ | 10.39 | 4.86 | 38.42 | - |
| YUV | 52.96 | 194.05 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 19 | 170 | 0.56 | 0.89 | 0 | 0.33 | 262.25 | 0.8 | 0.37 |
| Hex | 4B | 13 | AA | 38 | 59 | 0 | 21 | 106 | 50 | 25 |
| Octal | 113 | 23 | 252 | 70 | 131 | 0 | 41 | 406 | 120 | 45 |
| Binary | 1001011 | 10011 | 10101010 | 111000 | 1011001 | 0 | 100001 | 100000110 | 1010000 | 100101 |
Color Harmonies of #4B13AA
Complementary color
Monochromatic Colors of #4B13AA
Black with #4B13AA
Text Example
Text Example
White with #4B13AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B13AA; }
p { color: rgb(75,19,170); }
H1.HeaderClassName
{
color: #4B13AA;
}
.AnyTagClassName
{
color: #4B13AA;
}
</style>
background-color css
<style>
a { background-color: #4B13AA; }
a { background-color: rgb(75,19,170); }
div.DivClassName
{
background-color: #4B13AA;
}
.BgClassName
{
background-color: #4B13AA;
}
</style>
border-color css
<style>
span { border-color: #4B13AA; }
span { border-color: rgb(75,19,170); }
td.TdClassName
{
border-color: #4B13AA;
}
.TagClassName
{
border-color: #4B13AA;
}
</style>