Shades of Purple Heart #4432CA
Tints of Purple Heart #4432CA
RGB
CMYK
RGB Variations
Color information
#4432CA (or 0x4432CA) is known color: Purple Heart. HEX triplet: 44, 32 and CA. RGB value is (68,50,202). Sum of RGB (Red+Green+Blue) = 68+50+202=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 202 (79.30% from 255 or 63.12% from 320); Max value from RGB is 202 - color contains mainly: blue. Hex color #4432CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4432CA is #BBCD35. Grayscale: #484848. Windows color (decimal): -12307766 or 13251140. OLE color: 13251140.
HSL color Cylindrical-coordinate representation of color #4432CA: hue angle of 247.11º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4432CA is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 50 | 202 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.21 |
| HSL | 247.11º | 0.6% | 0.49% | - |
| HSV(B) | 247.11º | 0.75% | 0.79% | - |
| XYZ | 14.19 | 7.77 | 56.63 | - |
| YUV | 72.71 | 200.96 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 50 | 202 | 0.66 | 0.75 | 0 | 0.21 | 247.11 | 0.6 | 0.49 |
| Hex | 44 | 32 | CA | 42 | 4B | 0 | 15 | F7 | 3C | 31 |
| Octal | 104 | 62 | 312 | 102 | 113 | 0 | 25 | 367 | 74 | 61 |
| Binary | 1000100 | 110010 | 11001010 | 1000010 | 1001011 | 0 | 10101 | 11110111 | 111100 | 110001 |
Color Harmonies of #4432CA
Complementary color
Monochromatic Colors of #4432CA
Black with #4432CA
Text Example
Text Example
White with #4432CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4432CA; }
p { color: rgb(68,50,202); }
H1.HeaderClassName
{
color: #4432CA;
}
.AnyTagClassName
{
color: #4432CA;
}
</style>
background-color css
<style>
a { background-color: #4432CA; }
a { background-color: rgb(68,50,202); }
div.DivClassName
{
background-color: #4432CA;
}
.BgClassName
{
background-color: #4432CA;
}
</style>
border-color css
<style>
span { border-color: #4432CA; }
span { border-color: rgb(68,50,202); }
td.TdClassName
{
border-color: #4432CA;
}
.TagClassName
{
border-color: #4432CA;
}
</style>