Shades of Purple Heart #4009BD
Tints of Purple Heart #4009BD
RGB
CMYK
RGB Variations
Color information
#4009BD (or 0x4009BD) is known color: Purple Heart. HEX triplet: 40, 09 and BD. RGB value is (64,9,189). Sum of RGB (Red+Green+Blue) = 64+9+189=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 189 (74.22% from 255 or 72.14% from 262); Max value from RGB is 189 - color contains mainly: blue. Hex color #4009BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4009BD is #BFF642. Grayscale: #2D2D2D. Windows color (decimal): -12580419 or 12388672. OLE color: 12388672.
HSL color Cylindrical-coordinate representation of color #4009BD: hue angle of 258.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4009BD is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 9 | 189 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.26 |
| HSL | 258.33º | 0.91% | 0.39% | - |
| HSV(B) | 258.33º | 0.95% | 0.74% | - |
| XYZ | 11.4 | 4.96 | 48.5 | - |
| YUV | 45.97 | 208.72 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 9 | 189 | 0.66 | 0.95 | 0 | 0.26 | 258.33 | 0.91 | 0.39 |
| Hex | 40 | 9 | BD | 42 | 5F | 0 | 1A | 102 | 5B | 27 |
| Octal | 100 | 11 | 275 | 102 | 137 | 0 | 32 | 402 | 133 | 47 |
| Binary | 1000000 | 1001 | 10111101 | 1000010 | 1011111 | 0 | 11010 | 100000010 | 1011011 | 100111 |
Color Harmonies of #4009BD
Complementary color
Monochromatic Colors of #4009BD
Black with #4009BD
Text Example
Text Example
White with #4009BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4009BD; }
p { color: rgb(64,9,189); }
H1.HeaderClassName
{
color: #4009BD;
}
.AnyTagClassName
{
color: #4009BD;
}
</style>
background-color css
<style>
a { background-color: #4009BD; }
a { background-color: rgb(64,9,189); }
div.DivClassName
{
background-color: #4009BD;
}
.BgClassName
{
background-color: #4009BD;
}
</style>
border-color css
<style>
span { border-color: #4009BD; }
span { border-color: rgb(64,9,189); }
td.TdClassName
{
border-color: #4009BD;
}
.TagClassName
{
border-color: #4009BD;
}
</style>