Shades of Purple Heart #400FCA
Tints of Purple Heart #400FCA
RGB
CMYK
RGB Variations
Color information
#400FCA (or 0x400FCA) is known color: Purple Heart. HEX triplet: 40, 0F and CA. RGB value is (64,15,202). Sum of RGB (Red+Green+Blue) = 64+15+202=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 202 (79.30% from 255 or 71.89% from 281); Max value from RGB is 202 - color contains mainly: blue. Hex color #400FCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400FCA is #BFF035. Grayscale: #323232. Windows color (decimal): -12578870 or 13242176. OLE color: 13242176.
HSL color Cylindrical-coordinate representation of color #400FCA: hue angle of 255.72º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400FCA is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 15 | 202 | - |
| CMYK | 0.68 | 0.93 | 0 | 0.21 |
| HSL | 255.72º | 0.86% | 0.43% | - |
| HSV(B) | 255.72º | 0.93% | 0.79% | - |
| XYZ | 12.95 | 5.7 | 56.29 | - |
| YUV | 50.97 | 213.23 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 202 | 0.68 | 0.93 | 0 | 0.21 | 255.72 | 0.86 | 0.43 |
| Hex | 40 | F | CA | 44 | 5D | 0 | 15 | 100 | 56 | 2B |
| Octal | 100 | 17 | 312 | 104 | 135 | 0 | 25 | 400 | 126 | 53 |
| Binary | 1000000 | 1111 | 11001010 | 1000100 | 1011101 | 0 | 10101 | 100000000 | 1010110 | 101011 |
Color Harmonies of #400FCA
Complementary color
Monochromatic Colors of #400FCA
Black with #400FCA
Text Example
Text Example
White with #400FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400FCA; }
p { color: rgb(64,15,202); }
H1.HeaderClassName
{
color: #400FCA;
}
.AnyTagClassName
{
color: #400FCA;
}
</style>
background-color css
<style>
a { background-color: #400FCA; }
a { background-color: rgb(64,15,202); }
div.DivClassName
{
background-color: #400FCA;
}
.BgClassName
{
background-color: #400FCA;
}
</style>
border-color css
<style>
span { border-color: #400FCA; }
span { border-color: rgb(64,15,202); }
td.TdClassName
{
border-color: #400FCA;
}
.TagClassName
{
border-color: #400FCA;
}
</style>