Shades of Purple Heart #411ECB
Tints of Purple Heart #411ECB
RGB
CMYK
RGB Variations
Color information
#411ECB (or 0x411ECB) is known color: Purple Heart. HEX triplet: 41, 1E and CB. RGB value is (65,30,203). Sum of RGB (Red+Green+Blue) = 65+30+203=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 30 (12.11% from 255 or 10.07% from 298); Blue value is 203 (79.69% from 255 or 68.12% from 298); Max value from RGB is 203 - color contains mainly: blue. Hex color #411ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411ECB is #BEE134. Grayscale: #3B3B3B. Windows color (decimal): -12509493 or 13311553. OLE color: 13311553.
HSL color Cylindrical-coordinate representation of color #411ECB: hue angle of 252.14º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #411ECB is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 30 | 203 | - |
| CMYK | 0.68 | 0.85 | 0 | 0.20 |
| HSL | 252.14º | 0.74% | 0.46% | - |
| HSV(B) | 252.14º | 0.85% | 0.8% | - |
| XYZ | 13.42 | 6.36 | 57.02 | - |
| YUV | 60.19 | 208.6 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 30 | 203 | 0.68 | 0.85 | 0 | 0.20 | 252.14 | 0.74 | 0.46 |
| Hex | 41 | 1E | CB | 44 | 55 | 0 | 14 | FC | 4A | 2E |
| Octal | 101 | 36 | 313 | 104 | 125 | 0 | 24 | 374 | 112 | 56 |
| Binary | 1000001 | 11110 | 11001011 | 1000100 | 1010101 | 0 | 10100 | 11111100 | 1001010 | 101110 |
Color Harmonies of #411ECB
Complementary color
Monochromatic Colors of #411ECB
Black with #411ECB
Text Example
Text Example
White with #411ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411ECB; }
p { color: rgb(65,30,203); }
H1.HeaderClassName
{
color: #411ECB;
}
.AnyTagClassName
{
color: #411ECB;
}
</style>
background-color css
<style>
a { background-color: #411ECB; }
a { background-color: rgb(65,30,203); }
div.DivClassName
{
background-color: #411ECB;
}
.BgClassName
{
background-color: #411ECB;
}
</style>
border-color css
<style>
span { border-color: #411ECB; }
span { border-color: rgb(65,30,203); }
td.TdClassName
{
border-color: #411ECB;
}
.TagClassName
{
border-color: #411ECB;
}
</style>