Shades of Purple Heart #3C21BC
Tints of Purple Heart #3C21BC
RGB
CMYK
RGB Variations
Color information
#3C21BC (or 0x3C21BC) is known color: Purple Heart. HEX triplet: 3C, 21 and BC. RGB value is (60,33,188). Sum of RGB (Red+Green+Blue) = 60+33+188=281 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.35% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C21BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C21BC is #C3DE43. Grayscale: #3A3A3A. Windows color (decimal): -12836420 or 12329276. OLE color: 12329276.
HSL color Cylindrical-coordinate representation of color #3C21BC: hue angle of 250.45º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C21BC is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 33 | 188 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.26 |
| HSL | 250.45º | 0.7% | 0.43% | - |
| HSV(B) | 250.45º | 0.82% | 0.74% | - |
| XYZ | 11.48 | 5.68 | 48.07 | - |
| YUV | 58.74 | 200.95 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 33 | 188 | 0.68 | 0.82 | 0 | 0.26 | 250.45 | 0.7 | 0.43 |
| Hex | 3C | 21 | BC | 44 | 52 | 0 | 1A | FA | 46 | 2B |
| Octal | 74 | 41 | 274 | 104 | 122 | 0 | 32 | 372 | 106 | 53 |
| Binary | 111100 | 100001 | 10111100 | 1000100 | 1010010 | 0 | 11010 | 11111010 | 1000110 | 101011 |
Color Harmonies of #3C21BC
Complementary color
Monochromatic Colors of #3C21BC
Black with #3C21BC
Text Example
Text Example
White with #3C21BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C21BC; }
p { color: rgb(60,33,188); }
H1.HeaderClassName
{
color: #3C21BC;
}
.AnyTagClassName
{
color: #3C21BC;
}
</style>
background-color css
<style>
a { background-color: #3C21BC; }
a { background-color: rgb(60,33,188); }
div.DivClassName
{
background-color: #3C21BC;
}
.BgClassName
{
background-color: #3C21BC;
}
</style>
border-color css
<style>
span { border-color: #3C21BC; }
span { border-color: rgb(60,33,188); }
td.TdClassName
{
border-color: #3C21BC;
}
.TagClassName
{
border-color: #3C21BC;
}
</style>