Shades of Purple Heart #3C0BBF
Tints of Purple Heart #3C0BBF
RGB
CMYK
RGB Variations
Color information
#3C0BBF (or 0x3C0BBF) is known color: Purple Heart. HEX triplet: 3C, 0B and BF. RGB value is (60,11,191). Sum of RGB (Red+Green+Blue) = 60+11+191=262 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.90% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 191 (75% from 255 or 72.90% from 262); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C0BBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0BBF is #C3F440. Grayscale: #2D2D2D. Windows color (decimal): -12842049 or 12520252. OLE color: 12520252.
HSL color Cylindrical-coordinate representation of color #3C0BBF: hue angle of 256.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0BBF is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 11 | 191 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.25 |
| HSL | 256.33º | 0.89% | 0.4% | - |
| HSV(B) | 256.33º | 0.94% | 0.75% | - |
| XYZ | 11.39 | 4.96 | 49.65 | - |
| YUV | 46.17 | 209.73 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 11 | 191 | 0.69 | 0.94 | 0 | 0.25 | 256.33 | 0.89 | 0.4 |
| Hex | 3C | B | BF | 45 | 5E | 0 | 19 | 100 | 59 | 28 |
| Octal | 74 | 13 | 277 | 105 | 136 | 0 | 31 | 400 | 131 | 50 |
| Binary | 111100 | 1011 | 10111111 | 1000101 | 1011110 | 0 | 11001 | 100000000 | 1011001 | 101000 |
Color Harmonies of #3C0BBF
Complementary color
Monochromatic Colors of #3C0BBF
Black with #3C0BBF
Text Example
Text Example
White with #3C0BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0BBF; }
p { color: rgb(60,11,191); }
H1.HeaderClassName
{
color: #3C0BBF;
}
.AnyTagClassName
{
color: #3C0BBF;
}
</style>
background-color css
<style>
a { background-color: #3C0BBF; }
a { background-color: rgb(60,11,191); }
div.DivClassName
{
background-color: #3C0BBF;
}
.BgClassName
{
background-color: #3C0BBF;
}
</style>
border-color css
<style>
span { border-color: #3C0BBF; }
span { border-color: rgb(60,11,191); }
td.TdClassName
{
border-color: #3C0BBF;
}
.TagClassName
{
border-color: #3C0BBF;
}
</style>