Shades of Purple Heart #5126CF
Tints of Purple Heart #5126CF
RGB
CMYK
RGB Variations
Color information
#5126CF (or 0x5126CF) is known color: Purple Heart. HEX triplet: 51, 26 and CF. RGB value is (81,38,207). Sum of RGB (Red+Green+Blue) = 81+38+207=326 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.85% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #5126CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5126CF is #AED930. Grayscale: #454545. Windows color (decimal): -11458865 or 13575761. OLE color: 13575761.
HSL color Cylindrical-coordinate representation of color #5126CF: hue angle of 255.27º 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 #5126CF is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 38 | 207 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.19 |
| HSL | 255.27º | 0.69% | 0.48% | - |
| HSV(B) | 255.27º | 0.82% | 0.81% | - |
| XYZ | 15.35 | 7.64 | 59.7 | - |
| YUV | 70.12 | 205.25 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 38 | 207 | 0.61 | 0.82 | 0 | 0.19 | 255.27 | 0.69 | 0.48 |
| Hex | 51 | 26 | CF | 3D | 52 | 0 | 13 | FF | 45 | 30 |
| Octal | 121 | 46 | 317 | 75 | 122 | 0 | 23 | 377 | 105 | 60 |
| Binary | 1010001 | 100110 | 11001111 | 111101 | 1010010 | 0 | 10011 | 11111111 | 1000101 | 110000 |
Color Harmonies of #5126CF
Complementary color
Monochromatic Colors of #5126CF
Black with #5126CF
Text Example
Text Example
White with #5126CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5126CF; }
p { color: rgb(81,38,207); }
H1.HeaderClassName
{
color: #5126CF;
}
.AnyTagClassName
{
color: #5126CF;
}
</style>
background-color css
<style>
a { background-color: #5126CF; }
a { background-color: rgb(81,38,207); }
div.DivClassName
{
background-color: #5126CF;
}
.BgClassName
{
background-color: #5126CF;
}
</style>
border-color css
<style>
span { border-color: #5126CF; }
span { border-color: rgb(81,38,207); }
td.TdClassName
{
border-color: #5126CF;
}
.TagClassName
{
border-color: #5126CF;
}
</style>