Shades of Purple Heart #3A14BC
Tints of Purple Heart #3A14BC
RGB
CMYK
RGB Variations
Color information
#3A14BC (or 0x3A14BC) is known color: Purple Heart. HEX triplet: 3A, 14 and BC. RGB value is (58,20,188). Sum of RGB (Red+Green+Blue) = 58+20+188=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 188 (73.83% from 255 or 70.68% from 266); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A14BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A14BC is #C5EB43. Grayscale: #313131. Windows color (decimal): -12970820 or 12325946. OLE color: 12325946.
HSL color Cylindrical-coordinate representation of color #3A14BC: hue angle of 253.57º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A14BC is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 20 | 188 | - |
| CMYK | 0.69 | 0.89 | 0 | 0.26 |
| HSL | 253.57º | 0.81% | 0.41% | - |
| HSV(B) | 253.57º | 0.89% | 0.74% | - |
| XYZ | 11.07 | 5.03 | 47.96 | - |
| YUV | 50.51 | 205.59 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 20 | 188 | 0.69 | 0.89 | 0 | 0.26 | 253.57 | 0.81 | 0.41 |
| Hex | 3A | 14 | BC | 45 | 59 | 0 | 1A | FE | 51 | 29 |
| Octal | 72 | 24 | 274 | 105 | 131 | 0 | 32 | 376 | 121 | 51 |
| Binary | 111010 | 10100 | 10111100 | 1000101 | 1011001 | 0 | 11010 | 11111110 | 1010001 | 101001 |
Color Harmonies of #3A14BC
Complementary color
Monochromatic Colors of #3A14BC
Black with #3A14BC
Text Example
Text Example
White with #3A14BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A14BC; }
p { color: rgb(58,20,188); }
H1.HeaderClassName
{
color: #3A14BC;
}
.AnyTagClassName
{
color: #3A14BC;
}
</style>
background-color css
<style>
a { background-color: #3A14BC; }
a { background-color: rgb(58,20,188); }
div.DivClassName
{
background-color: #3A14BC;
}
.BgClassName
{
background-color: #3A14BC;
}
</style>
border-color css
<style>
span { border-color: #3A14BC; }
span { border-color: rgb(58,20,188); }
td.TdClassName
{
border-color: #3A14BC;
}
.TagClassName
{
border-color: #3A14BC;
}
</style>