Shades of Purple Heart #5123CF
Tints of Purple Heart #5123CF
RGB
CMYK
RGB Variations
Color information
#5123CF (or 0x5123CF) is known color: Purple Heart. HEX triplet: 51, 23 and CF. RGB value is (81,35,207). Sum of RGB (Red+Green+Blue) = 81+35+207=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #5123CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5123CF is #AEDC30. Grayscale: #434343. Windows color (decimal): -11459633 or 13574993. OLE color: 13574993.
HSL color Cylindrical-coordinate representation of color #5123CF: hue angle of 256.05º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5123CF is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 35 | 207 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.19 |
| HSL | 256.05º | 0.71% | 0.47% | - |
| HSV(B) | 256.05º | 0.83% | 0.81% | - |
| XYZ | 15.26 | 7.46 | 59.67 | - |
| YUV | 68.36 | 206.24 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 35 | 207 | 0.61 | 0.83 | 0 | 0.19 | 256.05 | 0.71 | 0.47 |
| Hex | 51 | 23 | CF | 3D | 53 | 0 | 13 | 100 | 47 | 2F |
| Octal | 121 | 43 | 317 | 75 | 123 | 0 | 23 | 400 | 107 | 57 |
| Binary | 1010001 | 100011 | 11001111 | 111101 | 1010011 | 0 | 10011 | 100000000 | 1000111 | 101111 |
Color Harmonies of #5123CF
Complementary color
Monochromatic Colors of #5123CF
Black with #5123CF
Text Example
Text Example
White with #5123CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5123CF; }
p { color: rgb(81,35,207); }
H1.HeaderClassName
{
color: #5123CF;
}
.AnyTagClassName
{
color: #5123CF;
}
</style>
background-color css
<style>
a { background-color: #5123CF; }
a { background-color: rgb(81,35,207); }
div.DivClassName
{
background-color: #5123CF;
}
.BgClassName
{
background-color: #5123CF;
}
</style>
border-color css
<style>
span { border-color: #5123CF; }
span { border-color: rgb(81,35,207); }
td.TdClassName
{
border-color: #5123CF;
}
.TagClassName
{
border-color: #5123CF;
}
</style>