Shades of Purple Heart #3C20BD
Tints of Purple Heart #3C20BD
RGB
CMYK
RGB Variations
Color information
#3C20BD (or 0x3C20BD) is known color: Purple Heart. HEX triplet: 3C, 20 and BD. RGB value is (60,32,189). Sum of RGB (Red+Green+Blue) = 60+32+189=281 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.35% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 189 (74.22% from 255 or 67.26% from 281); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C20BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C20BD is #C3DF42. Grayscale: #393939. Windows color (decimal): -12836675 or 12394556. OLE color: 12394556.
HSL color Cylindrical-coordinate representation of color #3C20BD: hue angle of 250.7º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C20BD is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 32 | 189 | - |
| CMYK | 0.68 | 0.83 | 0 | 0.26 |
| HSL | 250.7º | 0.71% | 0.43% | - |
| HSV(B) | 250.7º | 0.83% | 0.74% | - |
| XYZ | 11.57 | 5.67 | 48.63 | - |
| YUV | 58.27 | 201.78 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 189 | 0.68 | 0.83 | 0 | 0.26 | 250.7 | 0.71 | 0.43 |
| Hex | 3C | 20 | BD | 44 | 53 | 0 | 1A | FB | 47 | 2B |
| Octal | 74 | 40 | 275 | 104 | 123 | 0 | 32 | 373 | 107 | 53 |
| Binary | 111100 | 100000 | 10111101 | 1000100 | 1010011 | 0 | 11010 | 11111011 | 1000111 | 101011 |
Color Harmonies of #3C20BD
Complementary color
Monochromatic Colors of #3C20BD
Black with #3C20BD
Text Example
Text Example
White with #3C20BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C20BD; }
p { color: rgb(60,32,189); }
H1.HeaderClassName
{
color: #3C20BD;
}
.AnyTagClassName
{
color: #3C20BD;
}
</style>
background-color css
<style>
a { background-color: #3C20BD; }
a { background-color: rgb(60,32,189); }
div.DivClassName
{
background-color: #3C20BD;
}
.BgClassName
{
background-color: #3C20BD;
}
</style>
border-color css
<style>
span { border-color: #3C20BD; }
span { border-color: rgb(60,32,189); }
td.TdClassName
{
border-color: #3C20BD;
}
.TagClassName
{
border-color: #3C20BD;
}
</style>