Shades of Purple Heart #3C0BB3
Tints of Purple Heart #3C0BB3
RGB
CMYK
RGB Variations
Color information
#3C0BB3 (or 0x3C0BB3) is known color: Purple Heart. HEX triplet: 3C, 0B and B3. RGB value is (60,11,179). Sum of RGB (Red+Green+Blue) = 60+11+179=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 179 (70.31% from 255 or 71.6% from 250); Max value from RGB is 179 - color contains mainly: blue. Hex color #3C0BB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0BB3 is #C3F44C. Grayscale: #2C2C2C. Windows color (decimal): -12842061 or 11733820. OLE color: 11733820.
HSL color Cylindrical-coordinate representation of color #3C0BB3: hue angle of 257.5º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0BB3 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 11 | 179 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.30 |
| HSL | 257.5º | 0.88% | 0.37% | - |
| HSV(B) | 257.5º | 0.94% | 0.7% | - |
| XYZ | 10.12 | 4.45 | 42.97 | - |
| YUV | 44.8 | 203.73 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 11 | 179 | 0.66 | 0.94 | 0 | 0.30 | 257.5 | 0.88 | 0.37 |
| Hex | 3C | B | B3 | 42 | 5E | 0 | 1E | 102 | 58 | 25 |
| Octal | 74 | 13 | 263 | 102 | 136 | 0 | 36 | 402 | 130 | 45 |
| Binary | 111100 | 1011 | 10110011 | 1000010 | 1011110 | 0 | 11110 | 100000010 | 1011000 | 100101 |
Color Harmonies of #3C0BB3
Complementary color
Monochromatic Colors of #3C0BB3
Black with #3C0BB3
Text Example
Text Example
White with #3C0BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0BB3; }
p { color: rgb(60,11,179); }
H1.HeaderClassName
{
color: #3C0BB3;
}
.AnyTagClassName
{
color: #3C0BB3;
}
</style>
background-color css
<style>
a { background-color: #3C0BB3; }
a { background-color: rgb(60,11,179); }
div.DivClassName
{
background-color: #3C0BB3;
}
.BgClassName
{
background-color: #3C0BB3;
}
</style>
border-color css
<style>
span { border-color: #3C0BB3; }
span { border-color: rgb(60,11,179); }
td.TdClassName
{
border-color: #3C0BB3;
}
.TagClassName
{
border-color: #3C0BB3;
}
</style>