Shades of Purple Heart #3C03BA
Tints of Purple Heart #3C03BA
RGB
CMYK
RGB Variations
Color information
#3C03BA (or 0x3C03BA) is known color: Purple Heart. HEX triplet: 3C, 03 and BA. RGB value is (60,3,186). Sum of RGB (Red+Green+Blue) = 60+3+186=249 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.10% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 186 (73.05% from 255 or 74.70% from 249); Max value from RGB is 186 - color contains mainly: blue. Hex color #3C03BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C03BA is #C3FC45. Grayscale: #282828. Windows color (decimal): -12844102 or 12190524. OLE color: 12190524.
HSL color Cylindrical-coordinate representation of color #3C03BA: hue angle of 258.69º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C03BA is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 3 | 186 | - |
| CMYK | 0.68 | 0.98 | 0 | 0.27 |
| HSL | 258.69º | 0.97% | 0.37% | - |
| HSV(B) | 258.69º | 0.98% | 0.73% | - |
| XYZ | 10.76 | 4.57 | 46.77 | - |
| YUV | 40.91 | 209.88 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 3 | 186 | 0.68 | 0.98 | 0 | 0.27 | 258.69 | 0.97 | 0.37 |
| Hex | 3C | 3 | BA | 44 | 62 | 0 | 1B | 103 | 61 | 25 |
| Octal | 74 | 3 | 272 | 104 | 142 | 0 | 33 | 403 | 141 | 45 |
| Binary | 111100 | 11 | 10111010 | 1000100 | 1100010 | 0 | 11011 | 100000011 | 1100001 | 100101 |
Color Harmonies of #3C03BA
Complementary color
Monochromatic Colors of #3C03BA
Black with #3C03BA
Text Example
Text Example
White with #3C03BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C03BA; }
p { color: rgb(60,3,186); }
H1.HeaderClassName
{
color: #3C03BA;
}
.AnyTagClassName
{
color: #3C03BA;
}
</style>
background-color css
<style>
a { background-color: #3C03BA; }
a { background-color: rgb(60,3,186); }
div.DivClassName
{
background-color: #3C03BA;
}
.BgClassName
{
background-color: #3C03BA;
}
</style>
border-color css
<style>
span { border-color: #3C03BA; }
span { border-color: rgb(60,3,186); }
td.TdClassName
{
border-color: #3C03BA;
}
.TagClassName
{
border-color: #3C03BA;
}
</style>