Shades of Purple Heart #4013C0
Tints of Purple Heart #4013C0
RGB
CMYK
RGB Variations
Color information
#4013C0 (or 0x4013C0) is known color: Purple Heart. HEX triplet: 40, 13 and C0. RGB value is (64,19,192). Sum of RGB (Red+Green+Blue) = 64+19+192=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 192 (75.39% from 255 or 69.82% from 275); Max value from RGB is 192 - color contains mainly: blue. Hex color #4013C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4013C0 is #BFEC3F. Grayscale: #333333. Windows color (decimal): -12577856 or 12587840. OLE color: 12587840.
HSL color Cylindrical-coordinate representation of color #4013C0: hue angle of 255.61º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4013C0 is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 19 | 192 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.25 |
| HSL | 255.61º | 0.82% | 0.41% | - |
| HSV(B) | 255.61º | 0.9% | 0.75% | - |
| XYZ | 11.86 | 5.36 | 50.28 | - |
| YUV | 52.18 | 206.91 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 19 | 192 | 0.67 | 0.90 | 0 | 0.25 | 255.61 | 0.82 | 0.41 |
| Hex | 40 | 13 | C0 | 43 | 5A | 0 | 19 | 100 | 52 | 29 |
| Octal | 100 | 23 | 300 | 103 | 132 | 0 | 31 | 400 | 122 | 51 |
| Binary | 1000000 | 10011 | 11000000 | 1000011 | 1011010 | 0 | 11001 | 100000000 | 1010010 | 101001 |
Color Harmonies of #4013C0
Complementary color
Monochromatic Colors of #4013C0
Black with #4013C0
Text Example
Text Example
White with #4013C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4013C0; }
p { color: rgb(64,19,192); }
H1.HeaderClassName
{
color: #4013C0;
}
.AnyTagClassName
{
color: #4013C0;
}
</style>
background-color css
<style>
a { background-color: #4013C0; }
a { background-color: rgb(64,19,192); }
div.DivClassName
{
background-color: #4013C0;
}
.BgClassName
{
background-color: #4013C0;
}
</style>
border-color css
<style>
span { border-color: #4013C0; }
span { border-color: rgb(64,19,192); }
td.TdClassName
{
border-color: #4013C0;
}
.TagClassName
{
border-color: #4013C0;
}
</style>