Shades of Purple Heart #4008BC
Tints of Purple Heart #4008BC
RGB
CMYK
RGB Variations
Color information
#4008BC (or 0x4008BC) is known color: Purple Heart. HEX triplet: 40, 08 and BC. RGB value is (64,8,188). Sum of RGB (Red+Green+Blue) = 64+8+188=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 188 (73.83% from 255 or 72.31% from 260); Max value from RGB is 188 - color contains mainly: blue. Hex color #4008BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4008BC is #BFF743. Grayscale: #2C2C2C. Windows color (decimal): -12580676 or 12322880. OLE color: 12322880.
HSL color Cylindrical-coordinate representation of color #4008BC: hue angle of 258.67º degrees, saturation: 0.92, 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 #4008BC is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 8 | 188 | - |
| CMYK | 0.66 | 0.96 | 0 | 0.26 |
| HSL | 258.67º | 0.92% | 0.38% | - |
| HSV(B) | 258.67º | 0.96% | 0.74% | - |
| XYZ | 11.28 | 4.89 | 47.93 | - |
| YUV | 45.26 | 208.55 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 188 | 0.66 | 0.96 | 0 | 0.26 | 258.67 | 0.92 | 0.38 |
| Hex | 40 | 8 | BC | 42 | 60 | 0 | 1A | 103 | 5C | 26 |
| Octal | 100 | 10 | 274 | 102 | 140 | 0 | 32 | 403 | 134 | 46 |
| Binary | 1000000 | 1000 | 10111100 | 1000010 | 1100000 | 0 | 11010 | 100000011 | 1011100 | 100110 |
Color Harmonies of #4008BC
Complementary color
Monochromatic Colors of #4008BC
Black with #4008BC
Text Example
Text Example
White with #4008BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4008BC; }
p { color: rgb(64,8,188); }
H1.HeaderClassName
{
color: #4008BC;
}
.AnyTagClassName
{
color: #4008BC;
}
</style>
background-color css
<style>
a { background-color: #4008BC; }
a { background-color: rgb(64,8,188); }
div.DivClassName
{
background-color: #4008BC;
}
.BgClassName
{
background-color: #4008BC;
}
</style>
border-color css
<style>
span { border-color: #4008BC; }
span { border-color: rgb(64,8,188); }
td.TdClassName
{
border-color: #4008BC;
}
.TagClassName
{
border-color: #4008BC;
}
</style>