Shades of Purple Heart #4413AF
Tints of Purple Heart #4413AF
RGB
CMYK
RGB Variations
Color information
#4413AF (or 0x4413AF) is known color: Purple Heart. HEX triplet: 44, 13 and AF. RGB value is (68,19,175). Sum of RGB (Red+Green+Blue) = 68+19+175=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 175 (68.75% from 255 or 66.79% from 262); Max value from RGB is 175 - color contains mainly: blue. Hex color #4413AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4413AF is #BBEC50. Grayscale: #323232. Windows color (decimal): -12315729 or 11473732. OLE color: 11473732.
HSL color Cylindrical-coordinate representation of color #4413AF: hue angle of 258.85º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4413AF is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 19 | 175 | - |
| CMYK | 0.61 | 0.89 | 0 | 0.31 |
| HSL | 258.85º | 0.8% | 0.38% | - |
| HSV(B) | 258.85º | 0.89% | 0.69% | - |
| XYZ | 10.35 | 4.79 | 40.94 | - |
| YUV | 51.44 | 197.73 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 19 | 175 | 0.61 | 0.89 | 0 | 0.31 | 258.85 | 0.8 | 0.38 |
| Hex | 44 | 13 | AF | 3D | 59 | 0 | 1F | 103 | 50 | 26 |
| Octal | 104 | 23 | 257 | 75 | 131 | 0 | 37 | 403 | 120 | 46 |
| Binary | 1000100 | 10011 | 10101111 | 111101 | 1011001 | 0 | 11111 | 100000011 | 1010000 | 100110 |
Color Harmonies of #4413AF
Complementary color
Monochromatic Colors of #4413AF
Black with #4413AF
Text Example
Text Example
White with #4413AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4413AF; }
p { color: rgb(68,19,175); }
H1.HeaderClassName
{
color: #4413AF;
}
.AnyTagClassName
{
color: #4413AF;
}
</style>
background-color css
<style>
a { background-color: #4413AF; }
a { background-color: rgb(68,19,175); }
div.DivClassName
{
background-color: #4413AF;
}
.BgClassName
{
background-color: #4413AF;
}
</style>
border-color css
<style>
span { border-color: #4413AF; }
span { border-color: rgb(68,19,175); }
td.TdClassName
{
border-color: #4413AF;
}
.TagClassName
{
border-color: #4413AF;
}
</style>