Shades of Purple Heart #3C20BE
Tints of Purple Heart #3C20BE
RGB
CMYK
RGB Variations
Color information
#3C20BE (or 0x3C20BE) is known color: Purple Heart. HEX triplet: 3C, 20 and BE. RGB value is (60,32,190). Sum of RGB (Red+Green+Blue) = 60+32+190=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 190 (74.61% from 255 or 67.38% from 282); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C20BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C20BE is #C3DF41. Grayscale: #393939. Windows color (decimal): -12836674 or 12460092. OLE color: 12460092.
HSL color Cylindrical-coordinate representation of color #3C20BE: hue angle of 250.63º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C20BE is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 32 | 190 | - |
| CMYK | 0.68 | 0.83 | 0 | 0.25 |
| HSL | 250.63º | 0.71% | 0.44% | - |
| HSV(B) | 250.63º | 0.83% | 0.75% | - |
| XYZ | 11.67 | 5.71 | 49.2 | - |
| YUV | 58.38 | 202.28 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 190 | 0.68 | 0.83 | 0 | 0.25 | 250.63 | 0.71 | 0.44 |
| Hex | 3C | 20 | BE | 44 | 53 | 0 | 19 | FB | 47 | 2C |
| Octal | 74 | 40 | 276 | 104 | 123 | 0 | 31 | 373 | 107 | 54 |
| Binary | 111100 | 100000 | 10111110 | 1000100 | 1010011 | 0 | 11001 | 11111011 | 1000111 | 101100 |
Color Harmonies of #3C20BE
Complementary color
Monochromatic Colors of #3C20BE
Black with #3C20BE
Text Example
Text Example
White with #3C20BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C20BE; }
p { color: rgb(60,32,190); }
H1.HeaderClassName
{
color: #3C20BE;
}
.AnyTagClassName
{
color: #3C20BE;
}
</style>
background-color css
<style>
a { background-color: #3C20BE; }
a { background-color: rgb(60,32,190); }
div.DivClassName
{
background-color: #3C20BE;
}
.BgClassName
{
background-color: #3C20BE;
}
</style>
border-color css
<style>
span { border-color: #3C20BE; }
span { border-color: rgb(60,32,190); }
td.TdClassName
{
border-color: #3C20BE;
}
.TagClassName
{
border-color: #3C20BE;
}
</style>