Shades of Purple Heart #4121D1
Tints of Purple Heart #4121D1
RGB
CMYK
RGB Variations
Color information
#4121D1 (or 0x4121D1) is known color: Purple Heart. HEX triplet: 41, 21 and D1. RGB value is (65,33,209). Sum of RGB (Red+Green+Blue) = 65+33+209=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 209 (82.03% from 255 or 68.08% from 307); Max value from RGB is 209 - color contains mainly: blue. Hex color #4121D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4121D1 is #BEDE2E. Grayscale: #3D3D3D. Windows color (decimal): -12508719 or 13705537. OLE color: 13705537.
HSL color Cylindrical-coordinate representation of color #4121D1: hue angle of 250.91º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4121D1 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 33 | 209 | - |
| CMYK | 0.69 | 0.84 | 0 | 0.18 |
| HSL | 250.91º | 0.73% | 0.47% | - |
| HSV(B) | 250.91º | 0.84% | 0.82% | - |
| XYZ | 14.23 | 6.81 | 60.89 | - |
| YUV | 62.63 | 210.6 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 209 | 0.69 | 0.84 | 0 | 0.18 | 250.91 | 0.73 | 0.47 |
| Hex | 41 | 21 | D1 | 45 | 54 | 0 | 12 | FB | 49 | 2F |
| Octal | 101 | 41 | 321 | 105 | 124 | 0 | 22 | 373 | 111 | 57 |
| Binary | 1000001 | 100001 | 11010001 | 1000101 | 1010100 | 0 | 10010 | 11111011 | 1001001 | 101111 |
Color Harmonies of #4121D1
Complementary color
Monochromatic Colors of #4121D1
Black with #4121D1
Text Example
Text Example
White with #4121D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4121D1; }
p { color: rgb(65,33,209); }
H1.HeaderClassName
{
color: #4121D1;
}
.AnyTagClassName
{
color: #4121D1;
}
</style>
background-color css
<style>
a { background-color: #4121D1; }
a { background-color: rgb(65,33,209); }
div.DivClassName
{
background-color: #4121D1;
}
.BgClassName
{
background-color: #4121D1;
}
</style>
border-color css
<style>
span { border-color: #4121D1; }
span { border-color: rgb(65,33,209); }
td.TdClassName
{
border-color: #4121D1;
}
.TagClassName
{
border-color: #4121D1;
}
</style>