Shades of Purple Heart #4127BC
Tints of Purple Heart #4127BC
RGB
CMYK
RGB Variations
Color information
#4127BC (or 0x4127BC) is known color: Purple Heart. HEX triplet: 41, 27 and BC. RGB value is (65,39,188). Sum of RGB (Red+Green+Blue) = 65+39+188=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #4127BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4127BC is #BED843. Grayscale: #3F3F3F. Windows color (decimal): -12507204 or 12330817. OLE color: 12330817.
HSL color Cylindrical-coordinate representation of color #4127BC: hue angle of 250.47º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4127BC is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 39 | 188 | - |
| CMYK | 0.65 | 0.79 | 0 | 0.26 |
| HSL | 250.47º | 0.66% | 0.45% | - |
| HSV(B) | 250.47º | 0.79% | 0.74% | - |
| XYZ | 11.98 | 6.21 | 48.14 | - |
| YUV | 63.76 | 198.11 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 39 | 188 | 0.65 | 0.79 | 0 | 0.26 | 250.47 | 0.66 | 0.45 |
| Hex | 41 | 27 | BC | 41 | 4F | 0 | 1A | FA | 42 | 2D |
| Octal | 101 | 47 | 274 | 101 | 117 | 0 | 32 | 372 | 102 | 55 |
| Binary | 1000001 | 100111 | 10111100 | 1000001 | 1001111 | 0 | 11010 | 11111010 | 1000010 | 101101 |
Color Harmonies of #4127BC
Complementary color
Monochromatic Colors of #4127BC
Black with #4127BC
Text Example
Text Example
White with #4127BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4127BC; }
p { color: rgb(65,39,188); }
H1.HeaderClassName
{
color: #4127BC;
}
.AnyTagClassName
{
color: #4127BC;
}
</style>
background-color css
<style>
a { background-color: #4127BC; }
a { background-color: rgb(65,39,188); }
div.DivClassName
{
background-color: #4127BC;
}
.BgClassName
{
background-color: #4127BC;
}
</style>
border-color css
<style>
span { border-color: #4127BC; }
span { border-color: rgb(65,39,188); }
td.TdClassName
{
border-color: #4127BC;
}
.TagClassName
{
border-color: #4127BC;
}
</style>