Shades of Purple Heart #4102B7
Tints of Purple Heart #4102B7
RGB
CMYK
RGB Variations
Color information
#4102B7 (or 0x4102B7) is known color: Purple Heart. HEX triplet: 41, 02 and B7. RGB value is (65,2,183). Sum of RGB (Red+Green+Blue) = 65+2+183=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 183 (71.88% from 255 or 73.2% from 250); Max value from RGB is 183 - color contains mainly: blue. Hex color #4102B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4102B7 is #BEFD48. Grayscale: #282828. Windows color (decimal): -12516681 or 11993665. OLE color: 11993665.
HSL color Cylindrical-coordinate representation of color #4102B7: hue angle of 260.88º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4102B7 is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 65 | 2 | 183 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.28 |
| HSL | 260.88º | 0.98% | 0.36% | - |
| HSV(B) | 260.88º | 0.99% | 0.72% | - |
| XYZ | 10.75 | 4.59 | 45.12 | - |
| YUV | 41.47 | 207.87 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 2 | 183 | 0.64 | 0.99 | 0 | 0.28 | 260.88 | 0.98 | 0.36 |
| Hex | 41 | 2 | B7 | 40 | 63 | 0 | 1C | 105 | 62 | 24 |
| Octal | 101 | 2 | 267 | 100 | 143 | 0 | 34 | 405 | 142 | 44 |
| Binary | 1000001 | 10 | 10110111 | 1000000 | 1100011 | 0 | 11100 | 100000101 | 1100010 | 100100 |
Color Harmonies of #4102B7
Complementary color
Monochromatic Colors of #4102B7
Black with #4102B7
Text Example
Text Example
White with #4102B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4102B7; }
p { color: rgb(65,2,183); }
H1.HeaderClassName
{
color: #4102B7;
}
.AnyTagClassName
{
color: #4102B7;
}
</style>
background-color css
<style>
a { background-color: #4102B7; }
a { background-color: rgb(65,2,183); }
div.DivClassName
{
background-color: #4102B7;
}
.BgClassName
{
background-color: #4102B7;
}
</style>
border-color css
<style>
span { border-color: #4102B7; }
span { border-color: rgb(65,2,183); }
td.TdClassName
{
border-color: #4102B7;
}
.TagClassName
{
border-color: #4102B7;
}
</style>