Shades of Purple Heart #4428CB
Tints of Purple Heart #4428CB
RGB
CMYK
RGB Variations
Color information
#4428CB (or 0x4428CB) is known color: Purple Heart. HEX triplet: 44, 28 and CB. RGB value is (68,40,203). Sum of RGB (Red+Green+Blue) = 68+40+203=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 203 (79.69% from 255 or 65.27% from 311); Max value from RGB is 203 - color contains mainly: blue. Hex color #4428CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4428CB is #BBD734. Grayscale: #424242. Windows color (decimal): -12310325 or 13314116. OLE color: 13314116.
HSL color Cylindrical-coordinate representation of color #4428CB: hue angle of 250.31º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4428CB is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 40 | 203 | - |
| CMYK | 0.67 | 0.80 | 0 | 0.20 |
| HSL | 250.31º | 0.67% | 0.48% | - |
| HSV(B) | 250.31º | 0.8% | 0.8% | - |
| XYZ | 13.92 | 7.06 | 57.13 | - |
| YUV | 66.95 | 204.78 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 40 | 203 | 0.67 | 0.80 | 0 | 0.20 | 250.31 | 0.67 | 0.48 |
| Hex | 44 | 28 | CB | 43 | 50 | 0 | 14 | FA | 43 | 30 |
| Octal | 104 | 50 | 313 | 103 | 120 | 0 | 24 | 372 | 103 | 60 |
| Binary | 1000100 | 101000 | 11001011 | 1000011 | 1010000 | 0 | 10100 | 11111010 | 1000011 | 110000 |
Color Harmonies of #4428CB
Complementary color
Monochromatic Colors of #4428CB
Black with #4428CB
Text Example
Text Example
White with #4428CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4428CB; }
p { color: rgb(68,40,203); }
H1.HeaderClassName
{
color: #4428CB;
}
.AnyTagClassName
{
color: #4428CB;
}
</style>
background-color css
<style>
a { background-color: #4428CB; }
a { background-color: rgb(68,40,203); }
div.DivClassName
{
background-color: #4428CB;
}
.BgClassName
{
background-color: #4428CB;
}
</style>
border-color css
<style>
span { border-color: #4428CB; }
span { border-color: rgb(68,40,203); }
td.TdClassName
{
border-color: #4428CB;
}
.TagClassName
{
border-color: #4428CB;
}
</style>