Shades of Purple Heart #4125BB
Tints of Purple Heart #4125BB
RGB
CMYK
RGB Variations
Color information
#4125BB (or 0x4125BB) is known color: Purple Heart. HEX triplet: 41, 25 and BB. RGB value is (65,37,187). Sum of RGB (Red+Green+Blue) = 65+37+187=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 187 (73.44% from 255 or 64.71% from 289); Max value from RGB is 187 - color contains mainly: blue. Hex color #4125BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4125BB is #BEDA44. Grayscale: #3D3D3D. Windows color (decimal): -12507717 or 12264769. OLE color: 12264769.
HSL color Cylindrical-coordinate representation of color #4125BB: hue angle of 251.2º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4125BB is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 37 | 187 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.27 |
| HSL | 251.2º | 0.67% | 0.44% | - |
| HSV(B) | 251.2º | 0.8% | 0.73% | - |
| XYZ | 11.81 | 6.03 | 47.56 | - |
| YUV | 62.47 | 198.28 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 37 | 187 | 0.65 | 0.80 | 0 | 0.27 | 251.2 | 0.67 | 0.44 |
| Hex | 41 | 25 | BB | 41 | 50 | 0 | 1B | FB | 43 | 2C |
| Octal | 101 | 45 | 273 | 101 | 120 | 0 | 33 | 373 | 103 | 54 |
| Binary | 1000001 | 100101 | 10111011 | 1000001 | 1010000 | 0 | 11011 | 11111011 | 1000011 | 101100 |
Color Harmonies of #4125BB
Complementary color
Monochromatic Colors of #4125BB
Black with #4125BB
Text Example
Text Example
White with #4125BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4125BB; }
p { color: rgb(65,37,187); }
H1.HeaderClassName
{
color: #4125BB;
}
.AnyTagClassName
{
color: #4125BB;
}
</style>
background-color css
<style>
a { background-color: #4125BB; }
a { background-color: rgb(65,37,187); }
div.DivClassName
{
background-color: #4125BB;
}
.BgClassName
{
background-color: #4125BB;
}
</style>
border-color css
<style>
span { border-color: #4125BB; }
span { border-color: rgb(65,37,187); }
td.TdClassName
{
border-color: #4125BB;
}
.TagClassName
{
border-color: #4125BB;
}
</style>