Shades of Purple Heart #4126C5
Tints of Purple Heart #4126C5
RGB
CMYK
RGB Variations
Color information
#4126C5 (or 0x4126C5) is known color: Purple Heart. HEX triplet: 41, 26 and C5. RGB value is (65,38,197). Sum of RGB (Red+Green+Blue) = 65+38+197=300 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.67% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 197 (77.34% from 255 or 65.67% from 300); Max value from RGB is 197 - color contains mainly: blue. Hex color #4126C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4126C5 is #BED93A. Grayscale: #3F3F3F. Windows color (decimal): -12507451 or 12920385. OLE color: 12920385.
HSL color Cylindrical-coordinate representation of color #4126C5: hue angle of 250.19º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4126C5 is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 38 | 197 | - |
| CMYK | 0.67 | 0.81 | 0 | 0.23 |
| HSL | 250.19º | 0.68% | 0.46% | - |
| HSV(B) | 250.19º | 0.81% | 0.77% | - |
| XYZ | 12.95 | 6.54 | 53.4 | - |
| YUV | 64.2 | 202.95 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 38 | 197 | 0.67 | 0.81 | 0 | 0.23 | 250.19 | 0.68 | 0.46 |
| Hex | 41 | 26 | C5 | 43 | 51 | 0 | 17 | FA | 44 | 2E |
| Octal | 101 | 46 | 305 | 103 | 121 | 0 | 27 | 372 | 104 | 56 |
| Binary | 1000001 | 100110 | 11000101 | 1000011 | 1010001 | 0 | 10111 | 11111010 | 1000100 | 101110 |
Color Harmonies of #4126C5
Complementary color
Monochromatic Colors of #4126C5
Black with #4126C5
Text Example
Text Example
White with #4126C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4126C5; }
p { color: rgb(65,38,197); }
H1.HeaderClassName
{
color: #4126C5;
}
.AnyTagClassName
{
color: #4126C5;
}
</style>
background-color css
<style>
a { background-color: #4126C5; }
a { background-color: rgb(65,38,197); }
div.DivClassName
{
background-color: #4126C5;
}
.BgClassName
{
background-color: #4126C5;
}
</style>
border-color css
<style>
span { border-color: #4126C5; }
span { border-color: rgb(65,38,197); }
td.TdClassName
{
border-color: #4126C5;
}
.TagClassName
{
border-color: #4126C5;
}
</style>