Shades of Purple Heart #4409B5
Tints of Purple Heart #4409B5
RGB
CMYK
RGB Variations
Color information
#4409B5 (or 0x4409B5) is known color: Purple Heart. HEX triplet: 44, 09 and B5. RGB value is (68,9,181). Sum of RGB (Red+Green+Blue) = 68+9+181=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 181 (71.09% from 255 or 70.16% from 258); Max value from RGB is 181 - color contains mainly: blue. Hex color #4409B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4409B5 is #BBF64A. Grayscale: #2D2D2D. Windows color (decimal): -12318283 or 11864388. OLE color: 11864388.
HSL color Cylindrical-coordinate representation of color #4409B5: hue angle of 260.58º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4409B5 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 9 | 181 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.29 |
| HSL | 260.58º | 0.91% | 0.37% | - |
| HSV(B) | 260.58º | 0.95% | 0.71% | - |
| XYZ | 10.82 | 4.76 | 44.06 | - |
| YUV | 46.25 | 204.05 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 9 | 181 | 0.62 | 0.95 | 0 | 0.29 | 260.58 | 0.91 | 0.37 |
| Hex | 44 | 9 | B5 | 3E | 5F | 0 | 1D | 105 | 5B | 25 |
| Octal | 104 | 11 | 265 | 76 | 137 | 0 | 35 | 405 | 133 | 45 |
| Binary | 1000100 | 1001 | 10110101 | 111110 | 1011111 | 0 | 11101 | 100000101 | 1011011 | 100101 |
Color Harmonies of #4409B5
Complementary color
Monochromatic Colors of #4409B5
Black with #4409B5
Text Example
Text Example
White with #4409B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4409B5; }
p { color: rgb(68,9,181); }
H1.HeaderClassName
{
color: #4409B5;
}
.AnyTagClassName
{
color: #4409B5;
}
</style>
background-color css
<style>
a { background-color: #4409B5; }
a { background-color: rgb(68,9,181); }
div.DivClassName
{
background-color: #4409B5;
}
.BgClassName
{
background-color: #4409B5;
}
</style>
border-color css
<style>
span { border-color: #4409B5; }
span { border-color: rgb(68,9,181); }
td.TdClassName
{
border-color: #4409B5;
}
.TagClassName
{
border-color: #4409B5;
}
</style>