Shades of Purple Heart #4313C0
Tints of Purple Heart #4313C0
RGB
CMYK
RGB Variations
Color information
#4313C0 (or 0x4313C0) is known color: Purple Heart. HEX triplet: 43, 13 and C0. RGB value is (67,19,192). Sum of RGB (Red+Green+Blue) = 67+19+192=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 192 (75.39% from 255 or 69.06% from 278); Max value from RGB is 192 - color contains mainly: blue. Hex color #4313C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4313C0 is #BCEC3F. Grayscale: #343434. Windows color (decimal): -12381248 or 12587843. OLE color: 12587843.
HSL color Cylindrical-coordinate representation of color #4313C0: hue angle of 256.65º 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 #4313C0 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 19 | 192 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.25 |
| HSL | 256.65º | 0.82% | 0.41% | - |
| HSV(B) | 256.65º | 0.9% | 0.75% | - |
| XYZ | 12.06 | 5.46 | 50.29 | - |
| YUV | 53.07 | 206.4 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 19 | 192 | 0.65 | 0.90 | 0 | 0.25 | 256.65 | 0.82 | 0.41 |
| Hex | 43 | 13 | C0 | 41 | 5A | 0 | 19 | 101 | 52 | 29 |
| Octal | 103 | 23 | 300 | 101 | 132 | 0 | 31 | 401 | 122 | 51 |
| Binary | 1000011 | 10011 | 11000000 | 1000001 | 1011010 | 0 | 11001 | 100000001 | 1010010 | 101001 |
Color Harmonies of #4313C0
Complementary color
Monochromatic Colors of #4313C0
Black with #4313C0
Text Example
Text Example
White with #4313C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4313C0; }
p { color: rgb(67,19,192); }
H1.HeaderClassName
{
color: #4313C0;
}
.AnyTagClassName
{
color: #4313C0;
}
</style>
background-color css
<style>
a { background-color: #4313C0; }
a { background-color: rgb(67,19,192); }
div.DivClassName
{
background-color: #4313C0;
}
.BgClassName
{
background-color: #4313C0;
}
</style>
border-color css
<style>
span { border-color: #4313C0; }
span { border-color: rgb(67,19,192); }
td.TdClassName
{
border-color: #4313C0;
}
.TagClassName
{
border-color: #4313C0;
}
</style>