Shades of Purple Heart #3C21CE
Tints of Purple Heart #3C21CE
RGB
CMYK
RGB Variations
Color information
#3C21CE (or 0x3C21CE) is known color: Purple Heart. HEX triplet: 3C, 21 and CE. RGB value is (60,33,206). Sum of RGB (Red+Green+Blue) = 60+33+206=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 206 (80.86% from 255 or 68.90% from 299); Max value from RGB is 206 - color contains mainly: blue. Hex color #3C21CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C21CE is #C3DE31. Grayscale: #3C3C3C. Windows color (decimal): -12836402 or 13508924. OLE color: 13508924.
HSL color Cylindrical-coordinate representation of color #3C21CE: hue angle of 249.36º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C21CE is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 33 | 206 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.19 |
| HSL | 249.36º | 0.72% | 0.47% | - |
| HSV(B) | 249.36º | 0.84% | 0.81% | - |
| XYZ | 13.55 | 6.5 | 58.93 | - |
| YUV | 60.8 | 209.95 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 33 | 206 | 0.71 | 0.84 | 0 | 0.19 | 249.36 | 0.72 | 0.47 |
| Hex | 3C | 21 | CE | 47 | 54 | 0 | 13 | F9 | 48 | 2F |
| Octal | 74 | 41 | 316 | 107 | 124 | 0 | 23 | 371 | 110 | 57 |
| Binary | 111100 | 100001 | 11001110 | 1000111 | 1010100 | 0 | 10011 | 11111001 | 1001000 | 101111 |
Color Harmonies of #3C21CE
Complementary color
Monochromatic Colors of #3C21CE
Black with #3C21CE
Text Example
Text Example
White with #3C21CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C21CE; }
p { color: rgb(60,33,206); }
H1.HeaderClassName
{
color: #3C21CE;
}
.AnyTagClassName
{
color: #3C21CE;
}
</style>
background-color css
<style>
a { background-color: #3C21CE; }
a { background-color: rgb(60,33,206); }
div.DivClassName
{
background-color: #3C21CE;
}
.BgClassName
{
background-color: #3C21CE;
}
</style>
border-color css
<style>
span { border-color: #3C21CE; }
span { border-color: rgb(60,33,206); }
td.TdClassName
{
border-color: #3C21CE;
}
.TagClassName
{
border-color: #3C21CE;
}
</style>