Shades of Purple Heart #3C21BD
Tints of Purple Heart #3C21BD
RGB
CMYK
RGB Variations
Color information
#3C21BD (or 0x3C21BD) is known color: Purple Heart. HEX triplet: 3C, 21 and BD. RGB value is (60,33,189). Sum of RGB (Red+Green+Blue) = 60+33+189=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 189 (74.22% from 255 or 67.02% from 282); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C21BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C21BD is #C3DE42. Grayscale: #3A3A3A. Windows color (decimal): -12836419 or 12394812. OLE color: 12394812.
HSL color Cylindrical-coordinate representation of color #3C21BD: hue angle of 250.38º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C21BD is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 33 | 189 | - |
| CMYK | 0.68 | 0.83 | 0 | 0.26 |
| HSL | 250.38º | 0.7% | 0.44% | - |
| HSV(B) | 250.38º | 0.83% | 0.74% | - |
| XYZ | 11.59 | 5.72 | 48.64 | - |
| YUV | 58.86 | 201.45 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 33 | 189 | 0.68 | 0.83 | 0 | 0.26 | 250.38 | 0.7 | 0.44 |
| Hex | 3C | 21 | BD | 44 | 53 | 0 | 1A | FA | 46 | 2C |
| Octal | 74 | 41 | 275 | 104 | 123 | 0 | 32 | 372 | 106 | 54 |
| Binary | 111100 | 100001 | 10111101 | 1000100 | 1010011 | 0 | 11010 | 11111010 | 1000110 | 101100 |
Color Harmonies of #3C21BD
Complementary color
Monochromatic Colors of #3C21BD
Black with #3C21BD
Text Example
Text Example
White with #3C21BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C21BD; }
p { color: rgb(60,33,189); }
H1.HeaderClassName
{
color: #3C21BD;
}
.AnyTagClassName
{
color: #3C21BD;
}
</style>
background-color css
<style>
a { background-color: #3C21BD; }
a { background-color: rgb(60,33,189); }
div.DivClassName
{
background-color: #3C21BD;
}
.BgClassName
{
background-color: #3C21BD;
}
</style>
border-color css
<style>
span { border-color: #3C21BD; }
span { border-color: rgb(60,33,189); }
td.TdClassName
{
border-color: #3C21BD;
}
.TagClassName
{
border-color: #3C21BD;
}
</style>