Shades of Purple Heart #4431CA
Tints of Purple Heart #4431CA
RGB
CMYK
RGB Variations
Color information
#4431CA (or 0x4431CA) is known color: Purple Heart. HEX triplet: 44, 31 and CA. RGB value is (68,49,202). Sum of RGB (Red+Green+Blue) = 68+49+202=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 49 (19.53% from 255 or 15.36% from 319); Blue value is 202 (79.30% from 255 or 63.32% from 319); Max value from RGB is 202 - color contains mainly: blue. Hex color #4431CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4431CA is #BBCE35. Grayscale: #474747. Windows color (decimal): -12308022 or 13250884. OLE color: 13250884.
HSL color Cylindrical-coordinate representation of color #4431CA: hue angle of 247.45º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4431CA is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 49 | 202 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.21 |
| HSL | 247.45º | 0.61% | 0.49% | - |
| HSV(B) | 247.45º | 0.76% | 0.79% | - |
| XYZ | 14.14 | 7.69 | 56.62 | - |
| YUV | 72.12 | 201.29 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 49 | 202 | 0.66 | 0.76 | 0 | 0.21 | 247.45 | 0.61 | 0.49 |
| Hex | 44 | 31 | CA | 42 | 4C | 0 | 15 | F7 | 3D | 31 |
| Octal | 104 | 61 | 312 | 102 | 114 | 0 | 25 | 367 | 75 | 61 |
| Binary | 1000100 | 110001 | 11001010 | 1000010 | 1001100 | 0 | 10101 | 11110111 | 111101 | 110001 |
Color Harmonies of #4431CA
Complementary color
Monochromatic Colors of #4431CA
Black with #4431CA
Text Example
Text Example
White with #4431CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4431CA; }
p { color: rgb(68,49,202); }
H1.HeaderClassName
{
color: #4431CA;
}
.AnyTagClassName
{
color: #4431CA;
}
</style>
background-color css
<style>
a { background-color: #4431CA; }
a { background-color: rgb(68,49,202); }
div.DivClassName
{
background-color: #4431CA;
}
.BgClassName
{
background-color: #4431CA;
}
</style>
border-color css
<style>
span { border-color: #4431CA; }
span { border-color: rgb(68,49,202); }
td.TdClassName
{
border-color: #4431CA;
}
.TagClassName
{
border-color: #4431CA;
}
</style>