Shades of Purple Heart #4101BD
Tints of Purple Heart #4101BD
RGB
CMYK
RGB Variations
Color information
#4101BD (or 0x4101BD) is known color: Purple Heart. HEX triplet: 41, 01 and BD. RGB value is (65,1,189). Sum of RGB (Red+Green+Blue) = 65+1+189=255 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.49% from 255); Green value is 1 (0.78% from 255 or 0.39% from 255); Blue value is 189 (74.22% from 255 or 74.12% from 255); Max value from RGB is 189 - color contains mainly: blue. Hex color #4101BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4101BD is #BEFE42. Grayscale: #282828. Windows color (decimal): -12516931 or 12386625. OLE color: 12386625.
HSL color Cylindrical-coordinate representation of color #4101BD: hue angle of 260.43º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4101BD is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 1 | 189 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.26 |
| HSL | 260.43º | 0.99% | 0.37% | - |
| HSV(B) | 260.43º | 0.99% | 0.74% | - |
| XYZ | 11.38 | 4.82 | 48.47 | - |
| YUV | 41.57 | 211.2 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 1 | 189 | 0.66 | 0.99 | 0 | 0.26 | 260.43 | 0.99 | 0.37 |
| Hex | 41 | 1 | BD | 42 | 63 | 0 | 1A | 104 | 63 | 25 |
| Octal | 101 | 1 | 275 | 102 | 143 | 0 | 32 | 404 | 143 | 45 |
| Binary | 1000001 | 1 | 10111101 | 1000010 | 1100011 | 0 | 11010 | 100000100 | 1100011 | 100101 |
Color Harmonies of #4101BD
Complementary color
Monochromatic Colors of #4101BD
Black with #4101BD
Text Example
Text Example
White with #4101BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4101BD; }
p { color: rgb(65,1,189); }
H1.HeaderClassName
{
color: #4101BD;
}
.AnyTagClassName
{
color: #4101BD;
}
</style>
background-color css
<style>
a { background-color: #4101BD; }
a { background-color: rgb(65,1,189); }
div.DivClassName
{
background-color: #4101BD;
}
.BgClassName
{
background-color: #4101BD;
}
</style>
border-color css
<style>
span { border-color: #4101BD; }
span { border-color: rgb(65,1,189); }
td.TdClassName
{
border-color: #4101BD;
}
.TagClassName
{
border-color: #4101BD;
}
</style>