Shades of Purple Heart #4120B0
Tints of Purple Heart #4120B0
RGB
CMYK
RGB Variations
Color information
#4120B0 (or 0x4120B0) is known color: Purple Heart. HEX triplet: 41, 20 and B0. RGB value is (65,32,176). Sum of RGB (Red+Green+Blue) = 65+32+176=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 176 (69.14% from 255 or 64.47% from 273); Max value from RGB is 176 - color contains mainly: blue. Hex color #4120B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4120B0 is #BEDF4F. Grayscale: #393939. Windows color (decimal): -12509008 or 11542593. OLE color: 11542593.
HSL color Cylindrical-coordinate representation of color #4120B0: hue angle of 253.75º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4120B0 is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 32 | 176 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.31 |
| HSL | 253.75º | 0.69% | 0.41% | - |
| HSV(B) | 253.75º | 0.82% | 0.69% | - |
| XYZ | 10.53 | 5.29 | 41.54 | - |
| YUV | 58.28 | 194.43 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 176 | 0.63 | 0.82 | 0 | 0.31 | 253.75 | 0.69 | 0.41 |
| Hex | 41 | 20 | B0 | 3F | 52 | 0 | 1F | FE | 45 | 29 |
| Octal | 101 | 40 | 260 | 77 | 122 | 0 | 37 | 376 | 105 | 51 |
| Binary | 1000001 | 100000 | 10110000 | 111111 | 1010010 | 0 | 11111 | 11111110 | 1000101 | 101001 |
Color Harmonies of #4120B0
Complementary color
Monochromatic Colors of #4120B0
Black with #4120B0
Text Example
Text Example
White with #4120B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4120B0; }
p { color: rgb(65,32,176); }
H1.HeaderClassName
{
color: #4120B0;
}
.AnyTagClassName
{
color: #4120B0;
}
</style>
background-color css
<style>
a { background-color: #4120B0; }
a { background-color: rgb(65,32,176); }
div.DivClassName
{
background-color: #4120B0;
}
.BgClassName
{
background-color: #4120B0;
}
</style>
border-color css
<style>
span { border-color: #4120B0; }
span { border-color: rgb(65,32,176); }
td.TdClassName
{
border-color: #4120B0;
}
.TagClassName
{
border-color: #4120B0;
}
</style>