Shades of Purple Heart #502FC9
Tints of Purple Heart #502FC9
RGB
CMYK
RGB Variations
Color information
#502FC9 (or 0x502FC9) is known color: Purple Heart. HEX triplet: 50, 2F and C9. RGB value is (80,47,201). Sum of RGB (Red+Green+Blue) = 80+47+201=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 201 (78.91% from 255 or 61.28% from 328); Max value from RGB is 201 - color contains mainly: blue. Hex color #502FC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502FC9 is #AFD036. Grayscale: #494949. Windows color (decimal): -11522103 or 13184848. OLE color: 13184848.
HSL color Cylindrical-coordinate representation of color #502FC9: hue angle of 252.86º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #502FC9 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 47 | 201 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.21 |
| HSL | 252.86º | 0.62% | 0.49% | - |
| HSV(B) | 252.86º | 0.77% | 0.79% | - |
| XYZ | 14.87 | 7.96 | 56.01 | - |
| YUV | 74.42 | 199.43 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 47 | 201 | 0.60 | 0.77 | 0 | 0.21 | 252.86 | 0.62 | 0.49 |
| Hex | 50 | 2F | C9 | 3C | 4D | 0 | 15 | FD | 3E | 31 |
| Octal | 120 | 57 | 311 | 74 | 115 | 0 | 25 | 375 | 76 | 61 |
| Binary | 1010000 | 101111 | 11001001 | 111100 | 1001101 | 0 | 10101 | 11111101 | 111110 | 110001 |
Color Harmonies of #502FC9
Complementary color
Monochromatic Colors of #502FC9
Black with #502FC9
Text Example
Text Example
White with #502FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502FC9; }
p { color: rgb(80,47,201); }
H1.HeaderClassName
{
color: #502FC9;
}
.AnyTagClassName
{
color: #502FC9;
}
</style>
background-color css
<style>
a { background-color: #502FC9; }
a { background-color: rgb(80,47,201); }
div.DivClassName
{
background-color: #502FC9;
}
.BgClassName
{
background-color: #502FC9;
}
</style>
border-color css
<style>
span { border-color: #502FC9; }
span { border-color: rgb(80,47,201); }
td.TdClassName
{
border-color: #502FC9;
}
.TagClassName
{
border-color: #502FC9;
}
</style>