Shades of Purple Heart #4126CF
Tints of Purple Heart #4126CF
RGB
CMYK
RGB Variations
Color information
#4126CF (or 0x4126CF) is known color: Purple Heart. HEX triplet: 41, 26 and CF. RGB value is (65,38,207). Sum of RGB (Red+Green+Blue) = 65+38+207=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 207 (81.25% from 255 or 66.77% from 310); Max value from RGB is 207 - color contains mainly: blue. Hex color #4126CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4126CF is #BED930. Grayscale: #404040. Windows color (decimal): -12507441 or 13575745. OLE color: 13575745.
HSL color Cylindrical-coordinate representation of color #4126CF: hue angle of 249.59º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4126CF is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 38 | 207 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.19 |
| HSL | 249.59º | 0.69% | 0.48% | - |
| HSV(B) | 249.59º | 0.82% | 0.81% | - |
| XYZ | 14.14 | 7.02 | 59.64 | - |
| YUV | 65.34 | 207.95 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 38 | 207 | 0.69 | 0.82 | 0 | 0.19 | 249.59 | 0.69 | 0.48 |
| Hex | 41 | 26 | CF | 45 | 52 | 0 | 13 | FA | 45 | 30 |
| Octal | 101 | 46 | 317 | 105 | 122 | 0 | 23 | 372 | 105 | 60 |
| Binary | 1000001 | 100110 | 11001111 | 1000101 | 1010010 | 0 | 10011 | 11111010 | 1000101 | 110000 |
Color Harmonies of #4126CF
Complementary color
Monochromatic Colors of #4126CF
Black with #4126CF
Text Example
Text Example
White with #4126CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4126CF; }
p { color: rgb(65,38,207); }
H1.HeaderClassName
{
color: #4126CF;
}
.AnyTagClassName
{
color: #4126CF;
}
</style>
background-color css
<style>
a { background-color: #4126CF; }
a { background-color: rgb(65,38,207); }
div.DivClassName
{
background-color: #4126CF;
}
.BgClassName
{
background-color: #4126CF;
}
</style>
border-color css
<style>
span { border-color: #4126CF; }
span { border-color: rgb(65,38,207); }
td.TdClassName
{
border-color: #4126CF;
}
.TagClassName
{
border-color: #4126CF;
}
</style>