Shades of Purple Heart #4313B1
Tints of Purple Heart #4313B1
RGB
CMYK
RGB Variations
Color information
#4313B1 (or 0x4313B1) is known color: Purple Heart. HEX triplet: 43, 13 and B1. RGB value is (67,19,177). Sum of RGB (Red+Green+Blue) = 67+19+177=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 177 (69.53% from 255 or 67.30% from 263); Max value from RGB is 177 - color contains mainly: blue. Hex color #4313B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4313B1 is #BCEC4E. Grayscale: #323232. Windows color (decimal): -12381263 or 11604803. OLE color: 11604803.
HSL color Cylindrical-coordinate representation of color #4313B1: hue angle of 258.23º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4313B1 is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 19 | 177 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.31 |
| HSL | 258.23º | 0.81% | 0.38% | - |
| HSV(B) | 258.23º | 0.89% | 0.69% | - |
| XYZ | 10.48 | 4.83 | 41.98 | - |
| YUV | 51.36 | 198.9 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 19 | 177 | 0.62 | 0.89 | 0 | 0.31 | 258.23 | 0.81 | 0.38 |
| Hex | 43 | 13 | B1 | 3E | 59 | 0 | 1F | 102 | 51 | 26 |
| Octal | 103 | 23 | 261 | 76 | 131 | 0 | 37 | 402 | 121 | 46 |
| Binary | 1000011 | 10011 | 10110001 | 111110 | 1011001 | 0 | 11111 | 100000010 | 1010001 | 100110 |
Color Harmonies of #4313B1
Complementary color
Monochromatic Colors of #4313B1
Black with #4313B1
Text Example
Text Example
White with #4313B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4313B1; }
p { color: rgb(67,19,177); }
H1.HeaderClassName
{
color: #4313B1;
}
.AnyTagClassName
{
color: #4313B1;
}
</style>
background-color css
<style>
a { background-color: #4313B1; }
a { background-color: rgb(67,19,177); }
div.DivClassName
{
background-color: #4313B1;
}
.BgClassName
{
background-color: #4313B1;
}
</style>
border-color css
<style>
span { border-color: #4313B1; }
span { border-color: rgb(67,19,177); }
td.TdClassName
{
border-color: #4313B1;
}
.TagClassName
{
border-color: #4313B1;
}
</style>