Shades of Purple Heart #4403C1
Tints of Purple Heart #4403C1
RGB
CMYK
RGB Variations
Color information
#4403C1 (or 0x4403C1) is known color: Purple Heart. HEX triplet: 44, 03 and C1. RGB value is (68,3,193). Sum of RGB (Red+Green+Blue) = 68+3+193=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 193 (75.78% from 255 or 73.11% from 264); Max value from RGB is 193 - color contains mainly: blue. Hex color #4403C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4403C1 is #BBFC3E. Grayscale: #2B2B2B. Windows color (decimal): -12319807 or 12649284. OLE color: 12649284.
HSL color Cylindrical-coordinate representation of color #4403C1: hue angle of 260.53º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4403C1 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 3 | 193 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.24 |
| HSL | 260.53º | 0.97% | 0.38% | - |
| HSV(B) | 260.53º | 0.98% | 0.76% | - |
| XYZ | 12.04 | 5.14 | 50.81 | - |
| YUV | 44.1 | 212.03 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 3 | 193 | 0.65 | 0.98 | 0 | 0.24 | 260.53 | 0.97 | 0.38 |
| Hex | 44 | 3 | C1 | 41 | 62 | 0 | 18 | 105 | 61 | 26 |
| Octal | 104 | 3 | 301 | 101 | 142 | 0 | 30 | 405 | 141 | 46 |
| Binary | 1000100 | 11 | 11000001 | 1000001 | 1100010 | 0 | 11000 | 100000101 | 1100001 | 100110 |
Color Harmonies of #4403C1
Complementary color
Monochromatic Colors of #4403C1
Black with #4403C1
Text Example
Text Example
White with #4403C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4403C1; }
p { color: rgb(68,3,193); }
H1.HeaderClassName
{
color: #4403C1;
}
.AnyTagClassName
{
color: #4403C1;
}
</style>
background-color css
<style>
a { background-color: #4403C1; }
a { background-color: rgb(68,3,193); }
div.DivClassName
{
background-color: #4403C1;
}
.BgClassName
{
background-color: #4403C1;
}
</style>
border-color css
<style>
span { border-color: #4403C1; }
span { border-color: rgb(68,3,193); }
td.TdClassName
{
border-color: #4403C1;
}
.TagClassName
{
border-color: #4403C1;
}
</style>