Shades of Purple Heart #4315BF
Tints of Purple Heart #4315BF
RGB
CMYK
RGB Variations
Color information
#4315BF (or 0x4315BF) is known color: Purple Heart. HEX triplet: 43, 15 and BF. RGB value is (67,21,191). Sum of RGB (Red+Green+Blue) = 67+21+191=279 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.01% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 191 (75% from 255 or 68.46% from 279); Max value from RGB is 191 - color contains mainly: blue. Hex color #4315BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4315BF is #BCEA40. Grayscale: #353535. Windows color (decimal): -12380737 or 12522819. OLE color: 12522819.
HSL color Cylindrical-coordinate representation of color #4315BF: hue angle of 256.24º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4315BF is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 21 | 191 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.25 |
| HSL | 256.24º | 0.8% | 0.42% | - |
| HSV(B) | 256.24º | 0.89% | 0.75% | - |
| XYZ | 11.99 | 5.49 | 49.72 | - |
| YUV | 54.13 | 205.24 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 21 | 191 | 0.65 | 0.89 | 0 | 0.25 | 256.24 | 0.8 | 0.42 |
| Hex | 43 | 15 | BF | 41 | 59 | 0 | 19 | 100 | 50 | 2A |
| Octal | 103 | 25 | 277 | 101 | 131 | 0 | 31 | 400 | 120 | 52 |
| Binary | 1000011 | 10101 | 10111111 | 1000001 | 1011001 | 0 | 11001 | 100000000 | 1010000 | 101010 |
Color Harmonies of #4315BF
Complementary color
Monochromatic Colors of #4315BF
Black with #4315BF
Text Example
Text Example
White with #4315BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4315BF; }
p { color: rgb(67,21,191); }
H1.HeaderClassName
{
color: #4315BF;
}
.AnyTagClassName
{
color: #4315BF;
}
</style>
background-color css
<style>
a { background-color: #4315BF; }
a { background-color: rgb(67,21,191); }
div.DivClassName
{
background-color: #4315BF;
}
.BgClassName
{
background-color: #4315BF;
}
</style>
border-color css
<style>
span { border-color: #4315BF; }
span { border-color: rgb(67,21,191); }
td.TdClassName
{
border-color: #4315BF;
}
.TagClassName
{
border-color: #4315BF;
}
</style>