Shades of Purple Heart #3D21B7
Tints of Purple Heart #3D21B7
RGB
CMYK
RGB Variations
Color information
#3D21B7 (or 0x3D21B7) is known color: Purple Heart. HEX triplet: 3D, 21 and B7. RGB value is (61,33,183). Sum of RGB (Red+Green+Blue) = 61+33+183=277 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.02% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 183 (71.88% from 255 or 66.06% from 277); Max value from RGB is 183 - color contains mainly: blue. Hex color #3D21B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D21B7 is #C2DE48. Grayscale: #393939. Windows color (decimal): -12770889 or 12001597. OLE color: 12001597.
HSL color Cylindrical-coordinate representation of color #3D21B7: hue angle of 251.2º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D21B7 is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 61 | 33 | 183 | - |
| CMYK | 0.67 | 0.82 | 0 | 0.28 |
| HSL | 251.2º | 0.69% | 0.42% | - |
| HSV(B) | 251.2º | 0.82% | 0.72% | - |
| XYZ | 11.02 | 5.5 | 45.28 | - |
| YUV | 58.47 | 198.28 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 33 | 183 | 0.67 | 0.82 | 0 | 0.28 | 251.2 | 0.69 | 0.42 |
| Hex | 3D | 21 | B7 | 43 | 52 | 0 | 1C | FB | 45 | 2A |
| Octal | 75 | 41 | 267 | 103 | 122 | 0 | 34 | 373 | 105 | 52 |
| Binary | 111101 | 100001 | 10110111 | 1000011 | 1010010 | 0 | 11100 | 11111011 | 1000101 | 101010 |
Color Harmonies of #3D21B7
Complementary color
Monochromatic Colors of #3D21B7
Black with #3D21B7
Text Example
Text Example
White with #3D21B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D21B7; }
p { color: rgb(61,33,183); }
H1.HeaderClassName
{
color: #3D21B7;
}
.AnyTagClassName
{
color: #3D21B7;
}
</style>
background-color css
<style>
a { background-color: #3D21B7; }
a { background-color: rgb(61,33,183); }
div.DivClassName
{
background-color: #3D21B7;
}
.BgClassName
{
background-color: #3D21B7;
}
</style>
border-color css
<style>
span { border-color: #3D21B7; }
span { border-color: rgb(61,33,183); }
td.TdClassName
{
border-color: #3D21B7;
}
.TagClassName
{
border-color: #3D21B7;
}
</style>