Shades of Purple Heart #4102BF
Tints of Purple Heart #4102BF
RGB
CMYK
RGB Variations
Color information
#4102BF (or 0x4102BF) is known color: Purple Heart. HEX triplet: 41, 02 and BF. RGB value is (65,2,191). Sum of RGB (Red+Green+Blue) = 65+2+191=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 191 (75% from 255 or 74.03% from 258); Max value from RGB is 191 - color contains mainly: blue. Hex color #4102BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4102BF is #BEFD40. Grayscale: #292929. Windows color (decimal): -12516673 or 12517953. OLE color: 12517953.
HSL color Cylindrical-coordinate representation of color #4102BF: hue angle of 260º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4102BF is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 2 | 191 | - |
| CMYK | 0.66 | 0.99 | 0 | 0.25 |
| HSL | 260º | 0.98% | 0.38% | - |
| HSV(B) | 260º | 0.99% | 0.75% | - |
| XYZ | 11.61 | 4.93 | 49.63 | - |
| YUV | 42.38 | 211.87 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 2 | 191 | 0.66 | 0.99 | 0 | 0.25 | 260 | 0.98 | 0.38 |
| Hex | 41 | 2 | BF | 42 | 63 | 0 | 19 | 104 | 62 | 26 |
| Octal | 101 | 2 | 277 | 102 | 143 | 0 | 31 | 404 | 142 | 46 |
| Binary | 1000001 | 10 | 10111111 | 1000010 | 1100011 | 0 | 11001 | 100000100 | 1100010 | 100110 |
Color Harmonies of #4102BF
Complementary color
Monochromatic Colors of #4102BF
Black with #4102BF
Text Example
Text Example
White with #4102BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4102BF; }
p { color: rgb(65,2,191); }
H1.HeaderClassName
{
color: #4102BF;
}
.AnyTagClassName
{
color: #4102BF;
}
</style>
background-color css
<style>
a { background-color: #4102BF; }
a { background-color: rgb(65,2,191); }
div.DivClassName
{
background-color: #4102BF;
}
.BgClassName
{
background-color: #4102BF;
}
</style>
border-color css
<style>
span { border-color: #4102BF; }
span { border-color: rgb(65,2,191); }
td.TdClassName
{
border-color: #4102BF;
}
.TagClassName
{
border-color: #4102BF;
}
</style>