Shades of Purple Heart #4400C2
Tints of Purple Heart #4400C2
RGB
CMYK
RGB Variations
Color information
#4400C2 (or 0x4400C2) is known color: Purple Heart. HEX triplet: 44, 00 and C2. RGB value is (68,0,194). Sum of RGB (Red+Green+Blue) = 68+0+194=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 194 (76.17% from 255 or 74.05% from 262); Max value from RGB is 194 - color contains mainly: blue. Hex color #4400C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4400C2 is #BBFF3D. Grayscale: #292929. Windows color (decimal): -12320574 or 12714052. OLE color: 12714052.
HSL color Cylindrical-coordinate representation of color #4400C2: hue angle of 261.03º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4400C2 is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 0 | 194 | - |
| CMYK | 0.65 | 1 | 0 | 0.24 |
| HSL | 261.03º | 1% | 0.38% | - |
| HSV(B) | 261.03º | 1% | 0.76% | - |
| XYZ | 12.12 | 5.12 | 51.39 | - |
| YUV | 42.45 | 213.53 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 194 | 0.65 | 1 | 0 | 0.24 | 261.03 | 1 | 0.38 |
| Hex | 44 | 0 | C2 | 41 | 64 | 0 | 18 | 105 | 64 | 26 |
| Octal | 104 | 0 | 302 | 101 | 144 | 0 | 30 | 405 | 144 | 46 |
| Binary | 1000100 | 0 | 11000010 | 1000001 | 1100100 | 0 | 11000 | 100000101 | 1100100 | 100110 |
Color Harmonies of #4400C2
Complementary color
Monochromatic Colors of #4400C2
Black with #4400C2
Text Example
Text Example
White with #4400C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4400C2; }
p { color: rgb(68,0,194); }
H1.HeaderClassName
{
color: #4400C2;
}
.AnyTagClassName
{
color: #4400C2;
}
</style>
background-color css
<style>
a { background-color: #4400C2; }
a { background-color: rgb(68,0,194); }
div.DivClassName
{
background-color: #4400C2;
}
.BgClassName
{
background-color: #4400C2;
}
</style>
border-color css
<style>
span { border-color: #4400C2; }
span { border-color: rgb(68,0,194); }
td.TdClassName
{
border-color: #4400C2;
}
.TagClassName
{
border-color: #4400C2;
}
</style>