Shades of Purple Heart #3C24BC
Tints of Purple Heart #3C24BC
RGB
CMYK
RGB Variations
Color information
#3C24BC (or 0x3C24BC) is known color: Purple Heart. HEX triplet: 3C, 24 and BC. RGB value is (60,36,188). Sum of RGB (Red+Green+Blue) = 60+36+188=284 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.13% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C24BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C24BC is #C3DB43. Grayscale: #3B3B3B. Windows color (decimal): -12835652 or 12330044. OLE color: 12330044.
HSL color Cylindrical-coordinate representation of color #3C24BC: hue angle of 249.47º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C24BC is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 36 | 188 | - |
| CMYK | 0.68 | 0.81 | 0 | 0.26 |
| HSL | 249.47º | 0.68% | 0.44% | - |
| HSV(B) | 249.47º | 0.81% | 0.74% | - |
| XYZ | 11.57 | 5.85 | 48.1 | - |
| YUV | 60.5 | 199.95 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 36 | 188 | 0.68 | 0.81 | 0 | 0.26 | 249.47 | 0.68 | 0.44 |
| Hex | 3C | 24 | BC | 44 | 51 | 0 | 1A | F9 | 44 | 2C |
| Octal | 74 | 44 | 274 | 104 | 121 | 0 | 32 | 371 | 104 | 54 |
| Binary | 111100 | 100100 | 10111100 | 1000100 | 1010001 | 0 | 11010 | 11111001 | 1000100 | 101100 |
Color Harmonies of #3C24BC
Complementary color
Monochromatic Colors of #3C24BC
Black with #3C24BC
Text Example
Text Example
White with #3C24BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C24BC; }
p { color: rgb(60,36,188); }
H1.HeaderClassName
{
color: #3C24BC;
}
.AnyTagClassName
{
color: #3C24BC;
}
</style>
background-color css
<style>
a { background-color: #3C24BC; }
a { background-color: rgb(60,36,188); }
div.DivClassName
{
background-color: #3C24BC;
}
.BgClassName
{
background-color: #3C24BC;
}
</style>
border-color css
<style>
span { border-color: #3C24BC; }
span { border-color: rgb(60,36,188); }
td.TdClassName
{
border-color: #3C24BC;
}
.TagClassName
{
border-color: #3C24BC;
}
</style>