Shades of Purple Heart #3C02BE
Tints of Purple Heart #3C02BE
RGB
CMYK
RGB Variations
Color information
#3C02BE (or 0x3C02BE) is known color: Purple Heart. HEX triplet: 3C, 02 and BE. RGB value is (60,2,190). Sum of RGB (Red+Green+Blue) = 60+2+190=252 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.81% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 190 (74.61% from 255 or 75.40% from 252); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C02BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C02BE is #C3FD41. Grayscale: #282828. Windows color (decimal): -12844354 or 12452412. OLE color: 12452412.
HSL color Cylindrical-coordinate representation of color #3C02BE: hue angle of 258.51º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C02BE is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 2 | 190 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.25 |
| HSL | 258.51º | 0.98% | 0.38% | - |
| HSV(B) | 258.51º | 0.99% | 0.75% | - |
| XYZ | 11.18 | 4.72 | 49.04 | - |
| YUV | 40.77 | 212.22 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 2 | 190 | 0.68 | 0.99 | 0 | 0.25 | 258.51 | 0.98 | 0.38 |
| Hex | 3C | 2 | BE | 44 | 63 | 0 | 19 | 103 | 62 | 26 |
| Octal | 74 | 2 | 276 | 104 | 143 | 0 | 31 | 403 | 142 | 46 |
| Binary | 111100 | 10 | 10111110 | 1000100 | 1100011 | 0 | 11001 | 100000011 | 1100010 | 100110 |
Color Harmonies of #3C02BE
Complementary color
Monochromatic Colors of #3C02BE
Black with #3C02BE
Text Example
Text Example
White with #3C02BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C02BE; }
p { color: rgb(60,2,190); }
H1.HeaderClassName
{
color: #3C02BE;
}
.AnyTagClassName
{
color: #3C02BE;
}
</style>
background-color css
<style>
a { background-color: #3C02BE; }
a { background-color: rgb(60,2,190); }
div.DivClassName
{
background-color: #3C02BE;
}
.BgClassName
{
background-color: #3C02BE;
}
</style>
border-color css
<style>
span { border-color: #3C02BE; }
span { border-color: rgb(60,2,190); }
td.TdClassName
{
border-color: #3C02BE;
}
.TagClassName
{
border-color: #3C02BE;
}
</style>