Shades of Purple Heart #4312AD
Tints of Purple Heart #4312AD
RGB
CMYK
RGB Variations
Color information
#4312AD (or 0x4312AD) is known color: Purple Heart. HEX triplet: 43, 12 and AD. RGB value is (67,18,173). Sum of RGB (Red+Green+Blue) = 67+18+173=258 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.97% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 173 (67.97% from 255 or 67.05% from 258); Max value from RGB is 173 - color contains mainly: blue. Hex color #4312AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4312AD is #BCED52. Grayscale: #313131. Windows color (decimal): -12381523 or 11342403. OLE color: 11342403.
HSL color Cylindrical-coordinate representation of color #4312AD: hue angle of 258.97º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4312AD is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 18 | 173 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.32 |
| HSL | 258.97º | 0.81% | 0.37% | - |
| HSV(B) | 258.97º | 0.9% | 0.68% | - |
| XYZ | 10.07 | 4.64 | 39.9 | - |
| YUV | 50.32 | 197.23 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 18 | 173 | 0.61 | 0.90 | 0 | 0.32 | 258.97 | 0.81 | 0.37 |
| Hex | 43 | 12 | AD | 3D | 5A | 0 | 20 | 103 | 51 | 25 |
| Octal | 103 | 22 | 255 | 75 | 132 | 0 | 40 | 403 | 121 | 45 |
| Binary | 1000011 | 10010 | 10101101 | 111101 | 1011010 | 0 | 100000 | 100000011 | 1010001 | 100101 |
Color Harmonies of #4312AD
Complementary color
Monochromatic Colors of #4312AD
Black with #4312AD
Text Example
Text Example
White with #4312AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4312AD; }
p { color: rgb(67,18,173); }
H1.HeaderClassName
{
color: #4312AD;
}
.AnyTagClassName
{
color: #4312AD;
}
</style>
background-color css
<style>
a { background-color: #4312AD; }
a { background-color: rgb(67,18,173); }
div.DivClassName
{
background-color: #4312AD;
}
.BgClassName
{
background-color: #4312AD;
}
</style>
border-color css
<style>
span { border-color: #4312AD; }
span { border-color: rgb(67,18,173); }
td.TdClassName
{
border-color: #4312AD;
}
.TagClassName
{
border-color: #4312AD;
}
</style>