Shades of Purple Heart #530DCF
Tints of Purple Heart #530DCF
RGB
CMYK
RGB Variations
Color information
#530DCF (or 0x530DCF) is known color: Purple Heart. HEX triplet: 53, 0D and CF. RGB value is (83,13,207). Sum of RGB (Red+Green+Blue) = 83+13+207=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 13 (5.47% from 255 or 4.29% from 303); Blue value is 207 (81.25% from 255 or 68.32% from 303); Max value from RGB is 207 - color contains mainly: blue. Hex color #530DCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530DCF is #ACF230. Grayscale: #373737. Windows color (decimal): -11334193 or 13569363. OLE color: 13569363.
HSL color Cylindrical-coordinate representation of color #530DCF: hue angle of 261.65º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530DCF is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 13 | 207 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.19 |
| HSL | 261.65º | 0.88% | 0.43% | - |
| HSV(B) | 261.65º | 0.94% | 0.81% | - |
| XYZ | 14.97 | 6.63 | 59.52 | - |
| YUV | 56.05 | 213.19 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 13 | 207 | 0.60 | 0.94 | 0 | 0.19 | 261.65 | 0.88 | 0.43 |
| Hex | 53 | D | CF | 3C | 5E | 0 | 13 | 106 | 58 | 2B |
| Octal | 123 | 15 | 317 | 74 | 136 | 0 | 23 | 406 | 130 | 53 |
| Binary | 1010011 | 1101 | 11001111 | 111100 | 1011110 | 0 | 10011 | 100000110 | 1011000 | 101011 |
Color Harmonies of #530DCF
Complementary color
Monochromatic Colors of #530DCF
Black with #530DCF
Text Example
Text Example
White with #530DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530DCF; }
p { color: rgb(83,13,207); }
H1.HeaderClassName
{
color: #530DCF;
}
.AnyTagClassName
{
color: #530DCF;
}
</style>
background-color css
<style>
a { background-color: #530DCF; }
a { background-color: rgb(83,13,207); }
div.DivClassName
{
background-color: #530DCF;
}
.BgClassName
{
background-color: #530DCF;
}
</style>
border-color css
<style>
span { border-color: #530DCF; }
span { border-color: rgb(83,13,207); }
td.TdClassName
{
border-color: #530DCF;
}
.TagClassName
{
border-color: #530DCF;
}
</style>