Shades of Purple Heart #4130BF
Tints of Purple Heart #4130BF
RGB
CMYK
RGB Variations
Color information
#4130BF (or 0x4130BF) is known color: Purple Heart. HEX triplet: 41, 30 and BF. RGB value is (65,48,191). Sum of RGB (Red+Green+Blue) = 65+48+191=304 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.38% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 191 (75% from 255 or 62.83% from 304); Max value from RGB is 191 - color contains mainly: blue. Hex color #4130BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4130BF is #BECF40. Grayscale: #444444. Windows color (decimal): -12504897 or 12529729. OLE color: 12529729.
HSL color Cylindrical-coordinate representation of color #4130BF: hue angle of 247.13º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4130BF is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 48 | 191 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.25 |
| HSL | 247.13º | 0.6% | 0.47% | - |
| HSV(B) | 247.13º | 0.75% | 0.75% | - |
| XYZ | 12.64 | 7 | 49.97 | - |
| YUV | 69.39 | 196.63 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 48 | 191 | 0.66 | 0.75 | 0 | 0.25 | 247.13 | 0.6 | 0.47 |
| Hex | 41 | 30 | BF | 42 | 4B | 0 | 19 | F7 | 3C | 2F |
| Octal | 101 | 60 | 277 | 102 | 113 | 0 | 31 | 367 | 74 | 57 |
| Binary | 1000001 | 110000 | 10111111 | 1000010 | 1001011 | 0 | 11001 | 11110111 | 111100 | 101111 |
Color Harmonies of #4130BF
Complementary color
Monochromatic Colors of #4130BF
Black with #4130BF
Text Example
Text Example
White with #4130BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4130BF; }
p { color: rgb(65,48,191); }
H1.HeaderClassName
{
color: #4130BF;
}
.AnyTagClassName
{
color: #4130BF;
}
</style>
background-color css
<style>
a { background-color: #4130BF; }
a { background-color: rgb(65,48,191); }
div.DivClassName
{
background-color: #4130BF;
}
.BgClassName
{
background-color: #4130BF;
}
</style>
border-color css
<style>
span { border-color: #4130BF; }
span { border-color: rgb(65,48,191); }
td.TdClassName
{
border-color: #4130BF;
}
.TagClassName
{
border-color: #4130BF;
}
</style>