Shades of Purple Heart #4109B5
Tints of Purple Heart #4109B5
RGB
CMYK
RGB Variations
Color information
#4109B5 (or 0x4109B5) is known color: Purple Heart. HEX triplet: 41, 09 and B5. RGB value is (65,9,181). Sum of RGB (Red+Green+Blue) = 65+9+181=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 181 (71.09% from 255 or 70.98% from 255); Max value from RGB is 181 - color contains mainly: blue. Hex color #4109B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4109B5 is #BEF64A. Grayscale: #2C2C2C. Windows color (decimal): -12514891 or 11864385. OLE color: 11864385.
HSL color Cylindrical-coordinate representation of color #4109B5: hue angle of 259.53º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4109B5 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 65 | 9 | 181 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.29 |
| HSL | 259.53º | 0.91% | 0.37% | - |
| HSV(B) | 259.53º | 0.95% | 0.71% | - |
| XYZ | 10.62 | 4.66 | 44.06 | - |
| YUV | 45.35 | 204.55 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 9 | 181 | 0.64 | 0.95 | 0 | 0.29 | 259.53 | 0.91 | 0.37 |
| Hex | 41 | 9 | B5 | 40 | 5F | 0 | 1D | 104 | 5B | 25 |
| Octal | 101 | 11 | 265 | 100 | 137 | 0 | 35 | 404 | 133 | 45 |
| Binary | 1000001 | 1001 | 10110101 | 1000000 | 1011111 | 0 | 11101 | 100000100 | 1011011 | 100101 |
Color Harmonies of #4109B5
Complementary color
Monochromatic Colors of #4109B5
Black with #4109B5
Text Example
Text Example
White with #4109B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4109B5; }
p { color: rgb(65,9,181); }
H1.HeaderClassName
{
color: #4109B5;
}
.AnyTagClassName
{
color: #4109B5;
}
</style>
background-color css
<style>
a { background-color: #4109B5; }
a { background-color: rgb(65,9,181); }
div.DivClassName
{
background-color: #4109B5;
}
.BgClassName
{
background-color: #4109B5;
}
</style>
border-color css
<style>
span { border-color: #4109B5; }
span { border-color: rgb(65,9,181); }
td.TdClassName
{
border-color: #4109B5;
}
.TagClassName
{
border-color: #4109B5;
}
</style>