Shades of Purple Heart #4125BC
Tints of Purple Heart #4125BC
RGB
CMYK
RGB Variations
Color information
#4125BC (or 0x4125BC) is known color: Purple Heart. HEX triplet: 41, 25 and BC. RGB value is (65,37,188). Sum of RGB (Red+Green+Blue) = 65+37+188=290 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.41% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 188 (73.83% from 255 or 64.83% from 290); Max value from RGB is 188 - color contains mainly: blue. Hex color #4125BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4125BC is #BEDA43. Grayscale: #3E3E3E. Windows color (decimal): -12507716 or 12330305. OLE color: 12330305.
HSL color Cylindrical-coordinate representation of color #4125BC: hue angle of 251.13º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4125BC is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 37 | 188 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.26 |
| HSL | 251.13º | 0.67% | 0.44% | - |
| HSV(B) | 251.13º | 0.8% | 0.74% | - |
| XYZ | 11.92 | 6.08 | 48.12 | - |
| YUV | 62.59 | 198.78 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 37 | 188 | 0.65 | 0.80 | 0 | 0.26 | 251.13 | 0.67 | 0.44 |
| Hex | 41 | 25 | BC | 41 | 50 | 0 | 1A | FB | 43 | 2C |
| Octal | 101 | 45 | 274 | 101 | 120 | 0 | 32 | 373 | 103 | 54 |
| Binary | 1000001 | 100101 | 10111100 | 1000001 | 1010000 | 0 | 11010 | 11111011 | 1000011 | 101100 |
Color Harmonies of #4125BC
Complementary color
Monochromatic Colors of #4125BC
Black with #4125BC
Text Example
Text Example
White with #4125BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4125BC; }
p { color: rgb(65,37,188); }
H1.HeaderClassName
{
color: #4125BC;
}
.AnyTagClassName
{
color: #4125BC;
}
</style>
background-color css
<style>
a { background-color: #4125BC; }
a { background-color: rgb(65,37,188); }
div.DivClassName
{
background-color: #4125BC;
}
.BgClassName
{
background-color: #4125BC;
}
</style>
border-color css
<style>
span { border-color: #4125BC; }
span { border-color: rgb(65,37,188); }
td.TdClassName
{
border-color: #4125BC;
}
.TagClassName
{
border-color: #4125BC;
}
</style>