Shades of Purple Heart #3C14BE
Tints of Purple Heart #3C14BE
RGB
CMYK
RGB Variations
Color information
#3C14BE (or 0x3C14BE) is known color: Purple Heart. HEX triplet: 3C, 14 and BE. RGB value is (60,20,190). Sum of RGB (Red+Green+Blue) = 60+20+190=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 190 (74.61% from 255 or 70.37% from 270); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C14BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C14BE is #C3EB41. Grayscale: #323232. Windows color (decimal): -12839746 or 12457020. OLE color: 12457020.
HSL color Cylindrical-coordinate representation of color #3C14BE: hue angle of 254.12º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C14BE is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 20 | 190 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.25 |
| HSL | 254.12º | 0.81% | 0.41% | - |
| HSV(B) | 254.12º | 0.89% | 0.75% | - |
| XYZ | 11.41 | 5.18 | 49.11 | - |
| YUV | 51.34 | 206.25 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 20 | 190 | 0.68 | 0.89 | 0 | 0.25 | 254.12 | 0.81 | 0.41 |
| Hex | 3C | 14 | BE | 44 | 59 | 0 | 19 | FE | 51 | 29 |
| Octal | 74 | 24 | 276 | 104 | 131 | 0 | 31 | 376 | 121 | 51 |
| Binary | 111100 | 10100 | 10111110 | 1000100 | 1011001 | 0 | 11001 | 11111110 | 1010001 | 101001 |
Color Harmonies of #3C14BE
Complementary color
Monochromatic Colors of #3C14BE
Black with #3C14BE
Text Example
Text Example
White with #3C14BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C14BE; }
p { color: rgb(60,20,190); }
H1.HeaderClassName
{
color: #3C14BE;
}
.AnyTagClassName
{
color: #3C14BE;
}
</style>
background-color css
<style>
a { background-color: #3C14BE; }
a { background-color: rgb(60,20,190); }
div.DivClassName
{
background-color: #3C14BE;
}
.BgClassName
{
background-color: #3C14BE;
}
</style>
border-color css
<style>
span { border-color: #3C14BE; }
span { border-color: rgb(60,20,190); }
td.TdClassName
{
border-color: #3C14BE;
}
.TagClassName
{
border-color: #3C14BE;
}
</style>