Shades of Purple Heart #3C0FBB
Tints of Purple Heart #3C0FBB
RGB
CMYK
RGB Variations
Color information
#3C0FBB (or 0x3C0FBB) is known color: Purple Heart. HEX triplet: 3C, 0F and BB. RGB value is (60,15,187). Sum of RGB (Red+Green+Blue) = 60+15+187=262 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.90% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 187 (73.44% from 255 or 71.37% from 262); Max value from RGB is 187 - color contains mainly: blue. Hex color #3C0FBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0FBB is #C3F044. Grayscale: #2F2F2F. Windows color (decimal): -12841029 or 12259132. OLE color: 12259132.
HSL color Cylindrical-coordinate representation of color #3C0FBB: hue angle of 255.7º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3C0FBB is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 15 | 187 | - |
| CMYK | 0.68 | 0.92 | 0 | 0.27 |
| HSL | 255.7º | 0.85% | 0.4% | - |
| HSV(B) | 255.7º | 0.92% | 0.73% | - |
| XYZ | 11 | 4.89 | 47.38 | - |
| YUV | 48.06 | 206.41 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 15 | 187 | 0.68 | 0.92 | 0 | 0.27 | 255.7 | 0.85 | 0.4 |
| Hex | 3C | F | BB | 44 | 5C | 0 | 1B | 100 | 55 | 28 |
| Octal | 74 | 17 | 273 | 104 | 134 | 0 | 33 | 400 | 125 | 50 |
| Binary | 111100 | 1111 | 10111011 | 1000100 | 1011100 | 0 | 11011 | 100000000 | 1010101 | 101000 |
Color Harmonies of #3C0FBB
Complementary color
Monochromatic Colors of #3C0FBB
Black with #3C0FBB
Text Example
Text Example
White with #3C0FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0FBB; }
p { color: rgb(60,15,187); }
H1.HeaderClassName
{
color: #3C0FBB;
}
.AnyTagClassName
{
color: #3C0FBB;
}
</style>
background-color css
<style>
a { background-color: #3C0FBB; }
a { background-color: rgb(60,15,187); }
div.DivClassName
{
background-color: #3C0FBB;
}
.BgClassName
{
background-color: #3C0FBB;
}
</style>
border-color css
<style>
span { border-color: #3C0FBB; }
span { border-color: rgb(60,15,187); }
td.TdClassName
{
border-color: #3C0FBB;
}
.TagClassName
{
border-color: #3C0FBB;
}
</style>