Shades of Purple Heart #4407BC
Tints of Purple Heart #4407BC
RGB
CMYK
RGB Variations
Color information
#4407BC (or 0x4407BC) is known color: Purple Heart. HEX triplet: 44, 07 and BC. RGB value is (68,7,188). Sum of RGB (Red+Green+Blue) = 68+7+188=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 188 (73.83% from 255 or 71.48% from 263); Max value from RGB is 188 - color contains mainly: blue. Hex color #4407BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4407BC is #BBF843. Grayscale: #2D2D2D. Windows color (decimal): -12318788 or 12322628. OLE color: 12322628.
HSL color Cylindrical-coordinate representation of color #4407BC: hue angle of 260.22º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4407BC is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 7 | 188 | - |
| CMYK | 0.64 | 0.96 | 0 | 0.26 |
| HSL | 260.22º | 0.93% | 0.38% | - |
| HSV(B) | 260.22º | 0.96% | 0.74% | - |
| XYZ | 11.54 | 5.01 | 47.94 | - |
| YUV | 45.87 | 208.21 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 7 | 188 | 0.64 | 0.96 | 0 | 0.26 | 260.22 | 0.93 | 0.38 |
| Hex | 44 | 7 | BC | 40 | 60 | 0 | 1A | 104 | 5D | 26 |
| Octal | 104 | 7 | 274 | 100 | 140 | 0 | 32 | 404 | 135 | 46 |
| Binary | 1000100 | 111 | 10111100 | 1000000 | 1100000 | 0 | 11010 | 100000100 | 1011101 | 100110 |
Color Harmonies of #4407BC
Complementary color
Monochromatic Colors of #4407BC
Black with #4407BC
Text Example
Text Example
White with #4407BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4407BC; }
p { color: rgb(68,7,188); }
H1.HeaderClassName
{
color: #4407BC;
}
.AnyTagClassName
{
color: #4407BC;
}
</style>
background-color css
<style>
a { background-color: #4407BC; }
a { background-color: rgb(68,7,188); }
div.DivClassName
{
background-color: #4407BC;
}
.BgClassName
{
background-color: #4407BC;
}
</style>
border-color css
<style>
span { border-color: #4407BC; }
span { border-color: rgb(68,7,188); }
td.TdClassName
{
border-color: #4407BC;
}
.TagClassName
{
border-color: #4407BC;
}
</style>