Shades of Purple Heart #4315BE
Tints of Purple Heart #4315BE
RGB
CMYK
RGB Variations
Color information
#4315BE (or 0x4315BE) is known color: Purple Heart. HEX triplet: 43, 15 and BE. RGB value is (67,21,190). Sum of RGB (Red+Green+Blue) = 67+21+190=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 190 (74.61% from 255 or 68.35% from 278); Max value from RGB is 190 - color contains mainly: blue. Hex color #4315BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4315BE is #BCEA41. Grayscale: #353535. Windows color (decimal): -12380738 or 12457283. OLE color: 12457283.
HSL color Cylindrical-coordinate representation of color #4315BE: hue angle of 256.33º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4315BE is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 21 | 190 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.25 |
| HSL | 256.33º | 0.8% | 0.41% | - |
| HSV(B) | 256.33º | 0.89% | 0.75% | - |
| XYZ | 11.88 | 5.45 | 49.14 | - |
| YUV | 54.02 | 204.74 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 21 | 190 | 0.65 | 0.89 | 0 | 0.25 | 256.33 | 0.8 | 0.41 |
| Hex | 43 | 15 | BE | 41 | 59 | 0 | 19 | 100 | 50 | 29 |
| Octal | 103 | 25 | 276 | 101 | 131 | 0 | 31 | 400 | 120 | 51 |
| Binary | 1000011 | 10101 | 10111110 | 1000001 | 1011001 | 0 | 11001 | 100000000 | 1010000 | 101001 |
Color Harmonies of #4315BE
Complementary color
Monochromatic Colors of #4315BE
Black with #4315BE
Text Example
Text Example
White with #4315BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4315BE; }
p { color: rgb(67,21,190); }
H1.HeaderClassName
{
color: #4315BE;
}
.AnyTagClassName
{
color: #4315BE;
}
</style>
background-color css
<style>
a { background-color: #4315BE; }
a { background-color: rgb(67,21,190); }
div.DivClassName
{
background-color: #4315BE;
}
.BgClassName
{
background-color: #4315BE;
}
</style>
border-color css
<style>
span { border-color: #4315BE; }
span { border-color: rgb(67,21,190); }
td.TdClassName
{
border-color: #4315BE;
}
.TagClassName
{
border-color: #4315BE;
}
</style>