Shades of Purple Heart #4008BD
Tints of Purple Heart #4008BD
RGB
CMYK
RGB Variations
Color information
#4008BD (or 0x4008BD) is known color: Purple Heart. HEX triplet: 40, 08 and BD. RGB value is (64,8,189). Sum of RGB (Red+Green+Blue) = 64+8+189=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 189 (74.22% from 255 or 72.41% from 261); Max value from RGB is 189 - color contains mainly: blue. Hex color #4008BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4008BD is #BFF742. Grayscale: #2C2C2C. Windows color (decimal): -12580675 or 12388416. OLE color: 12388416.
HSL color Cylindrical-coordinate representation of color #4008BD: hue angle of 258.56º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4008BD is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 8 | 189 | - |
| CMYK | 0.66 | 0.96 | 0 | 0.26 |
| HSL | 258.56º | 0.92% | 0.39% | - |
| HSV(B) | 258.56º | 0.96% | 0.74% | - |
| XYZ | 11.39 | 4.94 | 48.5 | - |
| YUV | 45.38 | 209.05 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 189 | 0.66 | 0.96 | 0 | 0.26 | 258.56 | 0.92 | 0.39 |
| Hex | 40 | 8 | BD | 42 | 60 | 0 | 1A | 103 | 5C | 27 |
| Octal | 100 | 10 | 275 | 102 | 140 | 0 | 32 | 403 | 134 | 47 |
| Binary | 1000000 | 1000 | 10111101 | 1000010 | 1100000 | 0 | 11010 | 100000011 | 1011100 | 100111 |
Color Harmonies of #4008BD
Complementary color
Monochromatic Colors of #4008BD
Black with #4008BD
Text Example
Text Example
White with #4008BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4008BD; }
p { color: rgb(64,8,189); }
H1.HeaderClassName
{
color: #4008BD;
}
.AnyTagClassName
{
color: #4008BD;
}
</style>
background-color css
<style>
a { background-color: #4008BD; }
a { background-color: rgb(64,8,189); }
div.DivClassName
{
background-color: #4008BD;
}
.BgClassName
{
background-color: #4008BD;
}
</style>
border-color css
<style>
span { border-color: #4008BD; }
span { border-color: rgb(64,8,189); }
td.TdClassName
{
border-color: #4008BD;
}
.TagClassName
{
border-color: #4008BD;
}
</style>