Shades of Purple Heart #5230CF
Tints of Purple Heart #5230CF
RGB
CMYK
RGB Variations
Color information
#5230CF (or 0x5230CF) is known color: Purple Heart. HEX triplet: 52, 30 and CF. RGB value is (82,48,207). Sum of RGB (Red+Green+Blue) = 82+48+207=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #5230CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5230CF is #ADCF30. Grayscale: #4B4B4B. Windows color (decimal): -11390769 or 13578322. OLE color: 13578322.
HSL color Cylindrical-coordinate representation of color #5230CF: hue angle of 252.83º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5230CF is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 48 | 207 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.19 |
| HSL | 252.83º | 0.62% | 0.5% | - |
| HSV(B) | 252.83º | 0.77% | 0.81% | - |
| XYZ | 15.8 | 8.41 | 59.82 | - |
| YUV | 76.29 | 201.76 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 48 | 207 | 0.60 | 0.77 | 0 | 0.19 | 252.83 | 0.62 | 0.5 |
| Hex | 52 | 30 | CF | 3C | 4D | 0 | 13 | FD | 3E | 32 |
| Octal | 122 | 60 | 317 | 74 | 115 | 0 | 23 | 375 | 76 | 62 |
| Binary | 1010010 | 110000 | 11001111 | 111100 | 1001101 | 0 | 10011 | 11111101 | 111110 | 110010 |
Color Harmonies of #5230CF
Complementary color
Monochromatic Colors of #5230CF
Black with #5230CF
Text Example
Text Example
White with #5230CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5230CF; }
p { color: rgb(82,48,207); }
H1.HeaderClassName
{
color: #5230CF;
}
.AnyTagClassName
{
color: #5230CF;
}
</style>
background-color css
<style>
a { background-color: #5230CF; }
a { background-color: rgb(82,48,207); }
div.DivClassName
{
background-color: #5230CF;
}
.BgClassName
{
background-color: #5230CF;
}
</style>
border-color css
<style>
span { border-color: #5230CF; }
span { border-color: rgb(82,48,207); }
td.TdClassName
{
border-color: #5230CF;
}
.TagClassName
{
border-color: #5230CF;
}
</style>