Shades of Purple Heart #523DB4
Tints of Purple Heart #523DB4
RGB
CMYK
RGB Variations
Color information
#523DB4 (or 0x523DB4) is known color: Purple Heart. HEX triplet: 52, 3D and B4. RGB value is (82,61,180). Sum of RGB (Red+Green+Blue) = 82+61+180=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 180 (70.70% from 255 or 55.73% from 323); Max value from RGB is 180 - color contains mainly: blue. Hex color #523DB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523DB4 is #ADC24B. Grayscale: #505050. Windows color (decimal): -11387468 or 11812178. OLE color: 11812178.
HSL color Cylindrical-coordinate representation of color #523DB4: hue angle of 250.59º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #523DB4 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 61 | 180 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.29 |
| HSL | 250.59º | 0.49% | 0.47% | - |
| HSV(B) | 250.59º | 0.66% | 0.71% | - |
| XYZ | 13.39 | 8.43 | 44.1 | - |
| YUV | 80.85 | 183.96 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 61 | 180 | 0.54 | 0.66 | 0 | 0.29 | 250.59 | 0.49 | 0.47 |
| Hex | 52 | 3D | B4 | 36 | 42 | 0 | 1D | FB | 31 | 2F |
| Octal | 122 | 75 | 264 | 66 | 102 | 0 | 35 | 373 | 61 | 57 |
| Binary | 1010010 | 111101 | 10110100 | 110110 | 1000010 | 0 | 11101 | 11111011 | 110001 | 101111 |
Color Harmonies of #523DB4
Complementary color
Monochromatic Colors of #523DB4
Black with #523DB4
Text Example
Text Example
White with #523DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523DB4; }
p { color: rgb(82,61,180); }
H1.HeaderClassName
{
color: #523DB4;
}
.AnyTagClassName
{
color: #523DB4;
}
</style>
background-color css
<style>
a { background-color: #523DB4; }
a { background-color: rgb(82,61,180); }
div.DivClassName
{
background-color: #523DB4;
}
.BgClassName
{
background-color: #523DB4;
}
</style>
border-color css
<style>
span { border-color: #523DB4; }
span { border-color: rgb(82,61,180); }
td.TdClassName
{
border-color: #523DB4;
}
.TagClassName
{
border-color: #523DB4;
}
</style>