Shades of Purple Heart #4118B1
Tints of Purple Heart #4118B1
RGB
CMYK
RGB Variations
Color information
#4118B1 (or 0x4118B1) is known color: Purple Heart. HEX triplet: 41, 18 and B1. RGB value is (65,24,177). Sum of RGB (Red+Green+Blue) = 65+24+177=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 177 (69.53% from 255 or 66.54% from 266); Max value from RGB is 177 - color contains mainly: blue. Hex color #4118B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4118B1 is #BEE74E. Grayscale: #353535. Windows color (decimal): -12511055 or 11606081. OLE color: 11606081.
HSL color Cylindrical-coordinate representation of color #4118B1: hue angle of 256.08º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4118B1 is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 24 | 177 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.31 |
| HSL | 256.08º | 0.76% | 0.39% | - |
| HSV(B) | 256.08º | 0.86% | 0.69% | - |
| XYZ | 10.44 | 4.95 | 42 | - |
| YUV | 53.7 | 197.58 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 24 | 177 | 0.63 | 0.86 | 0 | 0.31 | 256.08 | 0.76 | 0.39 |
| Hex | 41 | 18 | B1 | 3F | 56 | 0 | 1F | 100 | 4C | 27 |
| Octal | 101 | 30 | 261 | 77 | 126 | 0 | 37 | 400 | 114 | 47 |
| Binary | 1000001 | 11000 | 10110001 | 111111 | 1010110 | 0 | 11111 | 100000000 | 1001100 | 100111 |
Color Harmonies of #4118B1
Complementary color
Monochromatic Colors of #4118B1
Black with #4118B1
Text Example
Text Example
White with #4118B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4118B1; }
p { color: rgb(65,24,177); }
H1.HeaderClassName
{
color: #4118B1;
}
.AnyTagClassName
{
color: #4118B1;
}
</style>
background-color css
<style>
a { background-color: #4118B1; }
a { background-color: rgb(65,24,177); }
div.DivClassName
{
background-color: #4118B1;
}
.BgClassName
{
background-color: #4118B1;
}
</style>
border-color css
<style>
span { border-color: #4118B1; }
span { border-color: rgb(65,24,177); }
td.TdClassName
{
border-color: #4118B1;
}
.TagClassName
{
border-color: #4118B1;
}
</style>