Shades of Purple Heart #4312C1
Tints of Purple Heart #4312C1
RGB
CMYK
RGB Variations
Color information
#4312C1 (or 0x4312C1) is known color: Purple Heart. HEX triplet: 43, 12 and C1. RGB value is (67,18,193). Sum of RGB (Red+Green+Blue) = 67+18+193=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 18 (7.42% from 255 or 6.47% 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 #4312C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4312C1 is #BCED3E. Grayscale: #333333. Windows color (decimal): -12381503 or 12653123. OLE color: 12653123.
HSL color Cylindrical-coordinate representation of color #4312C1: hue angle of 256.8º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4312C1 is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 18 | 193 | - |
| CMYK | 0.65 | 0.91 | 0 | 0.24 |
| HSL | 256.8º | 0.83% | 0.41% | - |
| HSV(B) | 256.8º | 0.91% | 0.76% | - |
| XYZ | 12.16 | 5.48 | 50.87 | - |
| YUV | 52.6 | 207.23 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 18 | 193 | 0.65 | 0.91 | 0 | 0.24 | 256.8 | 0.83 | 0.41 |
| Hex | 43 | 12 | C1 | 41 | 5B | 0 | 18 | 101 | 53 | 29 |
| Octal | 103 | 22 | 301 | 101 | 133 | 0 | 30 | 401 | 123 | 51 |
| Binary | 1000011 | 10010 | 11000001 | 1000001 | 1011011 | 0 | 11000 | 100000001 | 1010011 | 101001 |
Color Harmonies of #4312C1
Complementary color
Monochromatic Colors of #4312C1
Black with #4312C1
Text Example
Text Example
White with #4312C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4312C1; }
p { color: rgb(67,18,193); }
H1.HeaderClassName
{
color: #4312C1;
}
.AnyTagClassName
{
color: #4312C1;
}
</style>
background-color css
<style>
a { background-color: #4312C1; }
a { background-color: rgb(67,18,193); }
div.DivClassName
{
background-color: #4312C1;
}
.BgClassName
{
background-color: #4312C1;
}
</style>
border-color css
<style>
span { border-color: #4312C1; }
span { border-color: rgb(67,18,193); }
td.TdClassName
{
border-color: #4312C1;
}
.TagClassName
{
border-color: #4312C1;
}
</style>