Shades of Purple Heart #530DBA
Tints of Purple Heart #530DBA
RGB
CMYK
RGB Variations
Color information
#530DBA (or 0x530DBA) is known color: Purple Heart. HEX triplet: 53, 0D and BA. RGB value is (83,13,186). Sum of RGB (Red+Green+Blue) = 83+13+186=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 13 (5.47% from 255 or 4.61% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #530DBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530DBA is #ACF245. Grayscale: #353535. Windows color (decimal): -11334214 or 12193107. OLE color: 12193107.
HSL color Cylindrical-coordinate representation of color #530DBA: hue angle of 264.28º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530DBA is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 13 | 186 | - |
| CMYK | 0.55 | 0.93 | 0 | 0.27 |
| HSL | 264.28º | 0.87% | 0.39% | - |
| HSV(B) | 264.28º | 0.93% | 0.73% | - |
| XYZ | 12.57 | 5.67 | 46.89 | - |
| YUV | 53.65 | 202.69 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 13 | 186 | 0.55 | 0.93 | 0 | 0.27 | 264.28 | 0.87 | 0.39 |
| Hex | 53 | D | BA | 37 | 5D | 0 | 1B | 108 | 57 | 27 |
| Octal | 123 | 15 | 272 | 67 | 135 | 0 | 33 | 410 | 127 | 47 |
| Binary | 1010011 | 1101 | 10111010 | 110111 | 1011101 | 0 | 11011 | 100001000 | 1010111 | 100111 |
Color Harmonies of #530DBA
Complementary color
Monochromatic Colors of #530DBA
Black with #530DBA
Text Example
Text Example
White with #530DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530DBA; }
p { color: rgb(83,13,186); }
H1.HeaderClassName
{
color: #530DBA;
}
.AnyTagClassName
{
color: #530DBA;
}
</style>
background-color css
<style>
a { background-color: #530DBA; }
a { background-color: rgb(83,13,186); }
div.DivClassName
{
background-color: #530DBA;
}
.BgClassName
{
background-color: #530DBA;
}
</style>
border-color css
<style>
span { border-color: #530DBA; }
span { border-color: rgb(83,13,186); }
td.TdClassName
{
border-color: #530DBA;
}
.TagClassName
{
border-color: #530DBA;
}
</style>