Shades of Purple Heart #402DBF
Tints of Purple Heart #402DBF
RGB
CMYK
RGB Variations
Color information
#402DBF (or 0x402DBF) is known color: Purple Heart. HEX triplet: 40, 2D and BF. RGB value is (64,45,191). Sum of RGB (Red+Green+Blue) = 64+45+191=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #402DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402DBF is #BFD240. Grayscale: #424242. Windows color (decimal): -12571201 or 12528960. OLE color: 12528960.
HSL color Cylindrical-coordinate representation of color #402DBF: hue angle of 247.81º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #402DBF is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 45 | 191 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.25 |
| HSL | 247.81º | 0.62% | 0.46% | - |
| HSV(B) | 247.81º | 0.76% | 0.75% | - |
| XYZ | 12.46 | 6.73 | 49.93 | - |
| YUV | 67.33 | 197.79 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 45 | 191 | 0.66 | 0.76 | 0 | 0.25 | 247.81 | 0.62 | 0.46 |
| Hex | 40 | 2D | BF | 42 | 4C | 0 | 19 | F8 | 3E | 2E |
| Octal | 100 | 55 | 277 | 102 | 114 | 0 | 31 | 370 | 76 | 56 |
| Binary | 1000000 | 101101 | 10111111 | 1000010 | 1001100 | 0 | 11001 | 11111000 | 111110 | 101110 |
Color Harmonies of #402DBF
Complementary color
Monochromatic Colors of #402DBF
Black with #402DBF
Text Example
Text Example
White with #402DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402DBF; }
p { color: rgb(64,45,191); }
H1.HeaderClassName
{
color: #402DBF;
}
.AnyTagClassName
{
color: #402DBF;
}
</style>
background-color css
<style>
a { background-color: #402DBF; }
a { background-color: rgb(64,45,191); }
div.DivClassName
{
background-color: #402DBF;
}
.BgClassName
{
background-color: #402DBF;
}
</style>
border-color css
<style>
span { border-color: #402DBF; }
span { border-color: rgb(64,45,191); }
td.TdClassName
{
border-color: #402DBF;
}
.TagClassName
{
border-color: #402DBF;
}
</style>