Shades of Purple Heart #4401BD
Tints of Purple Heart #4401BD
RGB
CMYK
RGB Variations
Color information
#4401BD (or 0x4401BD) is known color: Purple Heart. HEX triplet: 44, 01 and BD. RGB value is (68,1,189). Sum of RGB (Red+Green+Blue) = 68+1+189=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 189 (74.22% from 255 or 73.26% from 258); Max value from RGB is 189 - color contains mainly: blue. Hex color #4401BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4401BD is #BBFE42. Grayscale: #292929. Windows color (decimal): -12320323 or 12386628. OLE color: 12386628.
HSL color Cylindrical-coordinate representation of color #4401BD: hue angle of 261.38º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4401BD is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 1 | 189 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.26 |
| HSL | 261.38º | 0.99% | 0.37% | - |
| HSV(B) | 261.38º | 0.99% | 0.74% | - |
| XYZ | 11.58 | 4.92 | 48.48 | - |
| YUV | 42.47 | 210.7 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 1 | 189 | 0.64 | 0.99 | 0 | 0.26 | 261.38 | 0.99 | 0.37 |
| Hex | 44 | 1 | BD | 40 | 63 | 0 | 1A | 105 | 63 | 25 |
| Octal | 104 | 1 | 275 | 100 | 143 | 0 | 32 | 405 | 143 | 45 |
| Binary | 1000100 | 1 | 10111101 | 1000000 | 1100011 | 0 | 11010 | 100000101 | 1100011 | 100101 |
Color Harmonies of #4401BD
Complementary color
Monochromatic Colors of #4401BD
Black with #4401BD
Text Example
Text Example
White with #4401BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4401BD; }
p { color: rgb(68,1,189); }
H1.HeaderClassName
{
color: #4401BD;
}
.AnyTagClassName
{
color: #4401BD;
}
</style>
background-color css
<style>
a { background-color: #4401BD; }
a { background-color: rgb(68,1,189); }
div.DivClassName
{
background-color: #4401BD;
}
.BgClassName
{
background-color: #4401BD;
}
</style>
border-color css
<style>
span { border-color: #4401BD; }
span { border-color: rgb(68,1,189); }
td.TdClassName
{
border-color: #4401BD;
}
.TagClassName
{
border-color: #4401BD;
}
</style>