Shades of Purple Heart #4015C1
Tints of Purple Heart #4015C1
RGB
CMYK
RGB Variations
Color information
#4015C1 (or 0x4015C1) is known color: Purple Heart. HEX triplet: 40, 15 and C1. RGB value is (64,21,193). Sum of RGB (Red+Green+Blue) = 64+21+193=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 193 (75.78% from 255 or 69.42% from 278); Max value from RGB is 193 - color contains mainly: blue. Hex color #4015C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4015C1 is #BFEA3E. Grayscale: #343434. Windows color (decimal): -12577343 or 12653888. OLE color: 12653888.
HSL color Cylindrical-coordinate representation of color #4015C1: hue angle of 255º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4015C1 is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 21 | 193 | - |
| CMYK | 0.67 | 0.89 | 0 | 0.24 |
| HSL | 255º | 0.8% | 0.42% | - |
| HSV(B) | 255º | 0.89% | 0.76% | - |
| XYZ | 12.01 | 5.48 | 50.88 | - |
| YUV | 53.47 | 206.75 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 21 | 193 | 0.67 | 0.89 | 0 | 0.24 | 255 | 0.8 | 0.42 |
| Hex | 40 | 15 | C1 | 43 | 59 | 0 | 18 | FF | 50 | 2A |
| Octal | 100 | 25 | 301 | 103 | 131 | 0 | 30 | 377 | 120 | 52 |
| Binary | 1000000 | 10101 | 11000001 | 1000011 | 1011001 | 0 | 11000 | 11111111 | 1010000 | 101010 |
Color Harmonies of #4015C1
Complementary color
Monochromatic Colors of #4015C1
Black with #4015C1
Text Example
Text Example
White with #4015C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4015C1; }
p { color: rgb(64,21,193); }
H1.HeaderClassName
{
color: #4015C1;
}
.AnyTagClassName
{
color: #4015C1;
}
</style>
background-color css
<style>
a { background-color: #4015C1; }
a { background-color: rgb(64,21,193); }
div.DivClassName
{
background-color: #4015C1;
}
.BgClassName
{
background-color: #4015C1;
}
</style>
border-color css
<style>
span { border-color: #4015C1; }
span { border-color: rgb(64,21,193); }
td.TdClassName
{
border-color: #4015C1;
}
.TagClassName
{
border-color: #4015C1;
}
</style>