Shades of Purple Heart #4430B9
Tints of Purple Heart #4430B9
RGB
CMYK
RGB Variations
Color information
#4430B9 (or 0x4430B9) is known color: Purple Heart. HEX triplet: 44, 30 and B9. RGB value is (68,48,185). Sum of RGB (Red+Green+Blue) = 68+48+185=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 185 (72.66% from 255 or 61.46% from 301); Max value from RGB is 185 - color contains mainly: blue. Hex color #4430B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4430B9 is #BBCF46. Grayscale: #454545. Windows color (decimal): -12308295 or 12136516. OLE color: 12136516.
HSL color Cylindrical-coordinate representation of color #4430B9: hue angle of 248.76º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4430B9 is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 48 | 185 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.27 |
| HSL | 248.76º | 0.59% | 0.46% | - |
| HSV(B) | 248.76º | 0.74% | 0.73% | - |
| XYZ | 12.2 | 6.85 | 46.58 | - |
| YUV | 69.6 | 193.13 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 48 | 185 | 0.63 | 0.74 | 0 | 0.27 | 248.76 | 0.59 | 0.46 |
| Hex | 44 | 30 | B9 | 3F | 4A | 0 | 1B | F9 | 3B | 2E |
| Octal | 104 | 60 | 271 | 77 | 112 | 0 | 33 | 371 | 73 | 56 |
| Binary | 1000100 | 110000 | 10111001 | 111111 | 1001010 | 0 | 11011 | 11111001 | 111011 | 101110 |
Color Harmonies of #4430B9
Complementary color
Monochromatic Colors of #4430B9
Black with #4430B9
Text Example
Text Example
White with #4430B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4430B9; }
p { color: rgb(68,48,185); }
H1.HeaderClassName
{
color: #4430B9;
}
.AnyTagClassName
{
color: #4430B9;
}
</style>
background-color css
<style>
a { background-color: #4430B9; }
a { background-color: rgb(68,48,185); }
div.DivClassName
{
background-color: #4430B9;
}
.BgClassName
{
background-color: #4430B9;
}
</style>
border-color css
<style>
span { border-color: #4430B9; }
span { border-color: rgb(68,48,185); }
td.TdClassName
{
border-color: #4430B9;
}
.TagClassName
{
border-color: #4430B9;
}
</style>