Shades of Purple Heart #4005BC
Tints of Purple Heart #4005BC
RGB
CMYK
RGB Variations
Color information
#4005BC (or 0x4005BC) is known color: Purple Heart. HEX triplet: 40, 05 and BC. RGB value is (64,5,188). Sum of RGB (Red+Green+Blue) = 64+5+188=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 188 (73.83% from 255 or 73.15% from 257); Max value from RGB is 188 - color contains mainly: blue. Hex color #4005BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4005BC is #BFFA43. Grayscale: #2A2A2A. Windows color (decimal): -12581444 or 12322112. OLE color: 12322112.
HSL color Cylindrical-coordinate representation of color #4005BC: hue angle of 259.34º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4005BC is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 5 | 188 | - |
| CMYK | 0.66 | 0.97 | 0 | 0.26 |
| HSL | 259.34º | 0.95% | 0.38% | - |
| HSV(B) | 259.34º | 0.97% | 0.74% | - |
| XYZ | 11.25 | 4.83 | 47.92 | - |
| YUV | 43.5 | 209.55 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 188 | 0.66 | 0.97 | 0 | 0.26 | 259.34 | 0.95 | 0.38 |
| Hex | 40 | 5 | BC | 42 | 61 | 0 | 1A | 103 | 5F | 26 |
| Octal | 100 | 5 | 274 | 102 | 141 | 0 | 32 | 403 | 137 | 46 |
| Binary | 1000000 | 101 | 10111100 | 1000010 | 1100001 | 0 | 11010 | 100000011 | 1011111 | 100110 |
Color Harmonies of #4005BC
Complementary color
Monochromatic Colors of #4005BC
Black with #4005BC
Text Example
Text Example
White with #4005BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4005BC; }
p { color: rgb(64,5,188); }
H1.HeaderClassName
{
color: #4005BC;
}
.AnyTagClassName
{
color: #4005BC;
}
</style>
background-color css
<style>
a { background-color: #4005BC; }
a { background-color: rgb(64,5,188); }
div.DivClassName
{
background-color: #4005BC;
}
.BgClassName
{
background-color: #4005BC;
}
</style>
border-color css
<style>
span { border-color: #4005BC; }
span { border-color: rgb(64,5,188); }
td.TdClassName
{
border-color: #4005BC;
}
.TagClassName
{
border-color: #4005BC;
}
</style>