Shades of Purple Heart #400FCC
Tints of Purple Heart #400FCC
RGB
CMYK
RGB Variations
Color information
#400FCC (or 0x400FCC) is known color: Purple Heart. HEX triplet: 40, 0F and CC. RGB value is (64,15,204). Sum of RGB (Red+Green+Blue) = 64+15+204=283 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.61% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 204 (80.08% from 255 or 72.08% from 283); Max value from RGB is 204 - color contains mainly: blue. Hex color #400FCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #400FCC is #BFF033. Grayscale: #323232. Windows color (decimal): -12578868 or 13373248. OLE color: 13373248.
HSL color Cylindrical-coordinate representation of color #400FCC: hue angle of 255.56º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400FCC is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 15 | 204 | - |
| CMYK | 0.69 | 0.93 | 0 | 0.2 |
| HSL | 255.56º | 0.86% | 0.43% | - |
| HSV(B) | 255.56º | 0.93% | 0.8% | - |
| XYZ | 13.18 | 5.79 | 57.55 | - |
| YUV | 51.2 | 214.23 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 204 | 0.69 | 0.93 | 0 | 0.2 | 255.56 | 0.86 | 0.43 |
| Hex | 40 | F | CC | 45 | 5D | 0 | 14 | 100 | 56 | 2B |
| Octal | 100 | 17 | 314 | 105 | 135 | 0 | 24 | 400 | 126 | 53 |
| Binary | 1000000 | 1111 | 11001100 | 1000101 | 1011101 | 0 | 10100 | 100000000 | 1010110 | 101011 |
Color Harmonies of #400FCC
Complementary color
Monochromatic Colors of #400FCC
Black with #400FCC
Text Example
Text Example
White with #400FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400FCC; }
p { color: rgb(64,15,204); }
H1.HeaderClassName
{
color: #400FCC;
}
.AnyTagClassName
{
color: #400FCC;
}
</style>
background-color css
<style>
a { background-color: #400FCC; }
a { background-color: rgb(64,15,204); }
div.DivClassName
{
background-color: #400FCC;
}
.BgClassName
{
background-color: #400FCC;
}
</style>
border-color css
<style>
span { border-color: #400FCC; }
span { border-color: rgb(64,15,204); }
td.TdClassName
{
border-color: #400FCC;
}
.TagClassName
{
border-color: #400FCC;
}
</style>