Shades of Purple Heart #4005BF
Tints of Purple Heart #4005BF
RGB
CMYK
RGB Variations
Color information
#4005BF (or 0x4005BF) is known color: Purple Heart. HEX triplet: 40, 05 and BF. RGB value is (64,5,191). Sum of RGB (Red+Green+Blue) = 64+5+191=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 191 (75% from 255 or 73.46% from 260); Max value from RGB is 191 - color contains mainly: blue. Hex color #4005BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4005BF is #BFFA40. Grayscale: #2B2B2B. Windows color (decimal): -12581441 or 12518720. OLE color: 12518720.
HSL color Cylindrical-coordinate representation of color #4005BF: hue angle of 259.03º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4005BF is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 5 | 191 | - |
| CMYK | 0.66 | 0.97 | 0 | 0.25 |
| HSL | 259.03º | 0.95% | 0.38% | - |
| HSV(B) | 259.03º | 0.97% | 0.75% | - |
| XYZ | 11.57 | 4.96 | 49.64 | - |
| YUV | 43.85 | 211.05 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 191 | 0.66 | 0.97 | 0 | 0.25 | 259.03 | 0.95 | 0.38 |
| Hex | 40 | 5 | BF | 42 | 61 | 0 | 19 | 103 | 5F | 26 |
| Octal | 100 | 5 | 277 | 102 | 141 | 0 | 31 | 403 | 137 | 46 |
| Binary | 1000000 | 101 | 10111111 | 1000010 | 1100001 | 0 | 11001 | 100000011 | 1011111 | 100110 |
Color Harmonies of #4005BF
Complementary color
Monochromatic Colors of #4005BF
Black with #4005BF
Text Example
Text Example
White with #4005BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4005BF; }
p { color: rgb(64,5,191); }
H1.HeaderClassName
{
color: #4005BF;
}
.AnyTagClassName
{
color: #4005BF;
}
</style>
background-color css
<style>
a { background-color: #4005BF; }
a { background-color: rgb(64,5,191); }
div.DivClassName
{
background-color: #4005BF;
}
.BgClassName
{
background-color: #4005BF;
}
</style>
border-color css
<style>
span { border-color: #4005BF; }
span { border-color: rgb(64,5,191); }
td.TdClassName
{
border-color: #4005BF;
}
.TagClassName
{
border-color: #4005BF;
}
</style>