Shades of Purple Heart #4118AB
Tints of Purple Heart #4118AB
RGB
CMYK
RGB Variations
Color information
#4118AB (or 0x4118AB) is known color: Purple Heart. HEX triplet: 41, 18 and AB. RGB value is (65,24,171). Sum of RGB (Red+Green+Blue) = 65+24+171=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #4118AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4118AB is #BEE754. Grayscale: #343434. Windows color (decimal): -12511061 or 11212865. OLE color: 11212865.
HSL color Cylindrical-coordinate representation of color #4118AB: hue angle of 256.73º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4118AB is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 24 | 171 | - |
| CMYK | 0.62 | 0.86 | 0 | 0.33 |
| HSL | 256.73º | 0.75% | 0.38% | - |
| HSV(B) | 256.73º | 0.86% | 0.67% | - |
| XYZ | 9.86 | 4.72 | 38.92 | - |
| YUV | 53.02 | 194.58 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 24 | 171 | 0.62 | 0.86 | 0 | 0.33 | 256.73 | 0.75 | 0.38 |
| Hex | 41 | 18 | AB | 3E | 56 | 0 | 21 | 101 | 4B | 26 |
| Octal | 101 | 30 | 253 | 76 | 126 | 0 | 41 | 401 | 113 | 46 |
| Binary | 1000001 | 11000 | 10101011 | 111110 | 1010110 | 0 | 100001 | 100000001 | 1001011 | 100110 |
Color Harmonies of #4118AB
Complementary color
Monochromatic Colors of #4118AB
Black with #4118AB
Text Example
Text Example
White with #4118AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4118AB; }
p { color: rgb(65,24,171); }
H1.HeaderClassName
{
color: #4118AB;
}
.AnyTagClassName
{
color: #4118AB;
}
</style>
background-color css
<style>
a { background-color: #4118AB; }
a { background-color: rgb(65,24,171); }
div.DivClassName
{
background-color: #4118AB;
}
.BgClassName
{
background-color: #4118AB;
}
</style>
border-color css
<style>
span { border-color: #4118AB; }
span { border-color: rgb(65,24,171); }
td.TdClassName
{
border-color: #4118AB;
}
.TagClassName
{
border-color: #4118AB;
}
</style>