Shades of Purple Heart #4100BD
Tints of Purple Heart #4100BD
RGB
CMYK
RGB Variations
Color information
#4100BD (or 0x4100BD) is known color: Purple Heart. HEX triplet: 41, 00 and BD. RGB value is (65,0,189). Sum of RGB (Red+Green+Blue) = 65+0+189=254 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.59% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 189 (74.22% from 255 or 74.41% from 254); Max value from RGB is 189 - color contains mainly: blue. Hex color #4100BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4100BD is #BEFF42. Grayscale: #282828. Windows color (decimal): -12517187 or 12386369. OLE color: 12386369.
HSL color Cylindrical-coordinate representation of color #4100BD: hue angle of 260.63º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4100BD is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 0 | 189 | - |
| CMYK | 0.66 | 1 | 0 | 0.26 |
| HSL | 260.63º | 1% | 0.37% | - |
| HSV(B) | 260.63º | 1% | 0.74% | - |
| XYZ | 11.37 | 4.8 | 48.47 | - |
| YUV | 40.98 | 211.53 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 0 | 189 | 0.66 | 1 | 0 | 0.26 | 260.63 | 1 | 0.37 |
| Hex | 41 | 0 | BD | 42 | 64 | 0 | 1A | 105 | 64 | 25 |
| Octal | 101 | 0 | 275 | 102 | 144 | 0 | 32 | 405 | 144 | 45 |
| Binary | 1000001 | 0 | 10111101 | 1000010 | 1100100 | 0 | 11010 | 100000101 | 1100100 | 100101 |
Color Harmonies of #4100BD
Complementary color
Monochromatic Colors of #4100BD
Black with #4100BD
Text Example
Text Example
White with #4100BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4100BD; }
p { color: rgb(65,0,189); }
H1.HeaderClassName
{
color: #4100BD;
}
.AnyTagClassName
{
color: #4100BD;
}
</style>
background-color css
<style>
a { background-color: #4100BD; }
a { background-color: rgb(65,0,189); }
div.DivClassName
{
background-color: #4100BD;
}
.BgClassName
{
background-color: #4100BD;
}
</style>
border-color css
<style>
span { border-color: #4100BD; }
span { border-color: rgb(65,0,189); }
td.TdClassName
{
border-color: #4100BD;
}
.TagClassName
{
border-color: #4100BD;
}
</style>