Shades of Purple Heart #530DD1
Tints of Purple Heart #530DD1
RGB
CMYK
RGB Variations
Color information
#530DD1 (or 0x530DD1) is known color: Purple Heart. HEX triplet: 53, 0D and D1. RGB value is (83,13,209). Sum of RGB (Red+Green+Blue) = 83+13+209=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 209 (82.03% from 255 or 68.52% from 305); Max value from RGB is 209 - color contains mainly: blue. Hex color #530DD1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530DD1 is #ACF22E. Grayscale: #373737. Windows color (decimal): -11334191 or 13700435. OLE color: 13700435.
HSL color Cylindrical-coordinate representation of color #530DD1: hue angle of 261.43º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530DD1 is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 13 | 209 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.18 |
| HSL | 261.43º | 0.88% | 0.44% | - |
| HSV(B) | 261.43º | 0.94% | 0.82% | - |
| XYZ | 15.22 | 6.73 | 60.82 | - |
| YUV | 56.27 | 214.19 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 13 | 209 | 0.60 | 0.94 | 0 | 0.18 | 261.43 | 0.88 | 0.44 |
| Hex | 53 | D | D1 | 3C | 5E | 0 | 12 | 105 | 58 | 2C |
| Octal | 123 | 15 | 321 | 74 | 136 | 0 | 22 | 405 | 130 | 54 |
| Binary | 1010011 | 1101 | 11010001 | 111100 | 1011110 | 0 | 10010 | 100000101 | 1011000 | 101100 |
Color Harmonies of #530DD1
Complementary color
Monochromatic Colors of #530DD1
Black with #530DD1
Text Example
Text Example
White with #530DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530DD1; }
p { color: rgb(83,13,209); }
H1.HeaderClassName
{
color: #530DD1;
}
.AnyTagClassName
{
color: #530DD1;
}
</style>
background-color css
<style>
a { background-color: #530DD1; }
a { background-color: rgb(83,13,209); }
div.DivClassName
{
background-color: #530DD1;
}
.BgClassName
{
background-color: #530DD1;
}
</style>
border-color css
<style>
span { border-color: #530DD1; }
span { border-color: rgb(83,13,209); }
td.TdClassName
{
border-color: #530DD1;
}
.TagClassName
{
border-color: #530DD1;
}
</style>