Shades of Purple Heart #4430CD
Tints of Purple Heart #4430CD
RGB
CMYK
RGB Variations
Color information
#4430CD (or 0x4430CD) is known color: Purple Heart. HEX triplet: 44, 30 and CD. RGB value is (68,48,205). Sum of RGB (Red+Green+Blue) = 68+48+205=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #4430CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4430CD is #BBCF32. Grayscale: #474747. Windows color (decimal): -12308275 or 13447236. OLE color: 13447236.
HSL color Cylindrical-coordinate representation of color #4430CD: hue angle of 247.64º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4430CD is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 48 | 205 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.20 |
| HSL | 247.64º | 0.62% | 0.5% | - |
| HSV(B) | 247.64º | 0.77% | 0.8% | - |
| XYZ | 14.46 | 7.75 | 58.49 | - |
| YUV | 71.88 | 203.13 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 48 | 205 | 0.67 | 0.77 | 0 | 0.20 | 247.64 | 0.62 | 0.5 |
| Hex | 44 | 30 | CD | 43 | 4D | 0 | 14 | F8 | 3E | 32 |
| Octal | 104 | 60 | 315 | 103 | 115 | 0 | 24 | 370 | 76 | 62 |
| Binary | 1000100 | 110000 | 11001101 | 1000011 | 1001101 | 0 | 10100 | 11111000 | 111110 | 110010 |
Color Harmonies of #4430CD
Complementary color
Monochromatic Colors of #4430CD
Black with #4430CD
Text Example
Text Example
White with #4430CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4430CD; }
p { color: rgb(68,48,205); }
H1.HeaderClassName
{
color: #4430CD;
}
.AnyTagClassName
{
color: #4430CD;
}
</style>
background-color css
<style>
a { background-color: #4430CD; }
a { background-color: rgb(68,48,205); }
div.DivClassName
{
background-color: #4430CD;
}
.BgClassName
{
background-color: #4430CD;
}
</style>
border-color css
<style>
span { border-color: #4430CD; }
span { border-color: rgb(68,48,205); }
td.TdClassName
{
border-color: #4430CD;
}
.TagClassName
{
border-color: #4430CD;
}
</style>