Shades of Purple Heart #4A1BD1
Tints of Purple Heart #4A1BD1
RGB
CMYK
RGB Variations
Color information
#4A1BD1 (or 0x4A1BD1) is known color: Purple Heart. HEX triplet: 4A, 1B and D1. RGB value is (74,27,209). Sum of RGB (Red+Green+Blue) = 74+27+209=310 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.87% from 310); Green value is 27 (10.94% from 255 or 8.71% from 310); Blue value is 209 (82.03% from 255 or 67.42% from 310); Max value from RGB is 209 - color contains mainly: blue. Hex color #4A1BD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A1BD1 is #B5E42E. Grayscale: #3D3D3D. Windows color (decimal): -11920431 or 13704010. OLE color: 13704010.
HSL color Cylindrical-coordinate representation of color #4A1BD1: hue angle of 255.49º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4A1BD1 is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 27 | 209 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.18 |
| HSL | 255.49º | 0.77% | 0.46% | - |
| HSV(B) | 255.49º | 0.87% | 0.82% | - |
| XYZ | 14.72 | 6.84 | 60.87 | - |
| YUV | 61.8 | 211.07 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 27 | 209 | 0.65 | 0.87 | 0 | 0.18 | 255.49 | 0.77 | 0.46 |
| Hex | 4A | 1B | D1 | 41 | 57 | 0 | 12 | FF | 4D | 2E |
| Octal | 112 | 33 | 321 | 101 | 127 | 0 | 22 | 377 | 115 | 56 |
| Binary | 1001010 | 11011 | 11010001 | 1000001 | 1010111 | 0 | 10010 | 11111111 | 1001101 | 101110 |
Color Harmonies of #4A1BD1
Complementary color
Monochromatic Colors of #4A1BD1
Black with #4A1BD1
Text Example
Text Example
White with #4A1BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1BD1; }
p { color: rgb(74,27,209); }
H1.HeaderClassName
{
color: #4A1BD1;
}
.AnyTagClassName
{
color: #4A1BD1;
}
</style>
background-color css
<style>
a { background-color: #4A1BD1; }
a { background-color: rgb(74,27,209); }
div.DivClassName
{
background-color: #4A1BD1;
}
.BgClassName
{
background-color: #4A1BD1;
}
</style>
border-color css
<style>
span { border-color: #4A1BD1; }
span { border-color: rgb(74,27,209); }
td.TdClassName
{
border-color: #4A1BD1;
}
.TagClassName
{
border-color: #4A1BD1;
}
</style>