Shades of Purple Heart #4121B0
Tints of Purple Heart #4121B0
RGB
CMYK
RGB Variations
Color information
#4121B0 (or 0x4121B0) is known color: Purple Heart. HEX triplet: 41, 21 and B0. RGB value is (65,33,176). Sum of RGB (Red+Green+Blue) = 65+33+176=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 176 (69.14% from 255 or 64.23% from 274); Max value from RGB is 176 - color contains mainly: blue. Hex color #4121B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4121B0 is #BEDE4F. Grayscale: #3A3A3A. Windows color (decimal): -12508752 or 11542849. OLE color: 11542849.
HSL color Cylindrical-coordinate representation of color #4121B0: hue angle of 253.43º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4121B0 is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 33 | 176 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.31 |
| HSL | 253.43º | 0.68% | 0.41% | - |
| HSV(B) | 253.43º | 0.81% | 0.69% | - |
| XYZ | 10.56 | 5.35 | 41.55 | - |
| YUV | 58.87 | 194.1 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 176 | 0.63 | 0.81 | 0 | 0.31 | 253.43 | 0.68 | 0.41 |
| Hex | 41 | 21 | B0 | 3F | 51 | 0 | 1F | FD | 44 | 29 |
| Octal | 101 | 41 | 260 | 77 | 121 | 0 | 37 | 375 | 104 | 51 |
| Binary | 1000001 | 100001 | 10110000 | 111111 | 1010001 | 0 | 11111 | 11111101 | 1000100 | 101001 |
Color Harmonies of #4121B0
Complementary color
Monochromatic Colors of #4121B0
Black with #4121B0
Text Example
Text Example
White with #4121B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4121B0; }
p { color: rgb(65,33,176); }
H1.HeaderClassName
{
color: #4121B0;
}
.AnyTagClassName
{
color: #4121B0;
}
</style>
background-color css
<style>
a { background-color: #4121B0; }
a { background-color: rgb(65,33,176); }
div.DivClassName
{
background-color: #4121B0;
}
.BgClassName
{
background-color: #4121B0;
}
</style>
border-color css
<style>
span { border-color: #4121B0; }
span { border-color: rgb(65,33,176); }
td.TdClassName
{
border-color: #4121B0;
}
.TagClassName
{
border-color: #4121B0;
}
</style>