Shades of Purple Heart #402FBA
Tints of Purple Heart #402FBA
RGB
CMYK
RGB Variations
Color information
#402FBA (or 0x402FBA) is known color: Purple Heart. HEX triplet: 40, 2F and BA. RGB value is (64,47,186). Sum of RGB (Red+Green+Blue) = 64+47+186=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #402FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402FBA is #BFD045. Grayscale: #434343. Windows color (decimal): -12570694 or 12201792. OLE color: 12201792.
HSL color Cylindrical-coordinate representation of color #402FBA: hue angle of 247.34º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #402FBA is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 47 | 186 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.27 |
| HSL | 247.34º | 0.6% | 0.46% | - |
| HSV(B) | 247.34º | 0.75% | 0.73% | - |
| XYZ | 11.99 | 6.67 | 47.11 | - |
| YUV | 67.93 | 194.63 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 47 | 186 | 0.66 | 0.75 | 0 | 0.27 | 247.34 | 0.6 | 0.46 |
| Hex | 40 | 2F | BA | 42 | 4B | 0 | 1B | F7 | 3C | 2E |
| Octal | 100 | 57 | 272 | 102 | 113 | 0 | 33 | 367 | 74 | 56 |
| Binary | 1000000 | 101111 | 10111010 | 1000010 | 1001011 | 0 | 11011 | 11110111 | 111100 | 101110 |
Color Harmonies of #402FBA
Complementary color
Monochromatic Colors of #402FBA
Black with #402FBA
Text Example
Text Example
White with #402FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402FBA; }
p { color: rgb(64,47,186); }
H1.HeaderClassName
{
color: #402FBA;
}
.AnyTagClassName
{
color: #402FBA;
}
</style>
background-color css
<style>
a { background-color: #402FBA; }
a { background-color: rgb(64,47,186); }
div.DivClassName
{
background-color: #402FBA;
}
.BgClassName
{
background-color: #402FBA;
}
</style>
border-color css
<style>
span { border-color: #402FBA; }
span { border-color: rgb(64,47,186); }
td.TdClassName
{
border-color: #402FBA;
}
.TagClassName
{
border-color: #402FBA;
}
</style>