Shades of Purple Heart #523DBB
Tints of Purple Heart #523DBB
RGB
CMYK
RGB Variations
Color information
#523DBB (or 0x523DBB) is known color: Purple Heart. HEX triplet: 52, 3D and BB. RGB value is (82,61,187). Sum of RGB (Red+Green+Blue) = 82+61+187=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #523DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523DBB is #ADC244. Grayscale: #515151. Windows color (decimal): -11387461 or 12270930. OLE color: 12270930.
HSL color Cylindrical-coordinate representation of color #523DBB: hue angle of 250º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #523DBB is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 61 | 187 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.27 |
| HSL | 250º | 0.51% | 0.49% | - |
| HSV(B) | 250º | 0.67% | 0.73% | - |
| XYZ | 14.12 | 8.72 | 47.95 | - |
| YUV | 81.64 | 187.46 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 61 | 187 | 0.56 | 0.67 | 0 | 0.27 | 250 | 0.51 | 0.49 |
| Hex | 52 | 3D | BB | 38 | 43 | 0 | 1B | FA | 33 | 31 |
| Octal | 122 | 75 | 273 | 70 | 103 | 0 | 33 | 372 | 63 | 61 |
| Binary | 1010010 | 111101 | 10111011 | 111000 | 1000011 | 0 | 11011 | 11111010 | 110011 | 110001 |
Color Harmonies of #523DBB
Complementary color
Monochromatic Colors of #523DBB
Black with #523DBB
Text Example
Text Example
White with #523DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523DBB; }
p { color: rgb(82,61,187); }
H1.HeaderClassName
{
color: #523DBB;
}
.AnyTagClassName
{
color: #523DBB;
}
</style>
background-color css
<style>
a { background-color: #523DBB; }
a { background-color: rgb(82,61,187); }
div.DivClassName
{
background-color: #523DBB;
}
.BgClassName
{
background-color: #523DBB;
}
</style>
border-color css
<style>
span { border-color: #523DBB; }
span { border-color: rgb(82,61,187); }
td.TdClassName
{
border-color: #523DBB;
}
.TagClassName
{
border-color: #523DBB;
}
</style>