Shades of Purple Heart #523CBF
Tints of Purple Heart #523CBF
RGB
CMYK
RGB Variations
Color information
#523CBF (or 0x523CBF) is known color: Purple Heart. HEX triplet: 52, 3C and BF. RGB value is (82,60,191). Sum of RGB (Red+Green+Blue) = 82+60+191=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 191 (75% from 255 or 57.36% from 333); Max value from RGB is 191 - color contains mainly: blue. Hex color #523CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523CBF is #ADC340. Grayscale: #515151. Windows color (decimal): -11387713 or 12532818. OLE color: 12532818.
HSL color Cylindrical-coordinate representation of color #523CBF: hue angle of 250.08º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #523CBF is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 60 | 191 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.25 |
| HSL | 250.08º | 0.52% | 0.49% | - |
| HSV(B) | 250.08º | 0.69% | 0.75% | - |
| XYZ | 14.5 | 8.79 | 50.22 | - |
| YUV | 81.51 | 189.79 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 60 | 191 | 0.57 | 0.69 | 0 | 0.25 | 250.08 | 0.52 | 0.49 |
| Hex | 52 | 3C | BF | 39 | 45 | 0 | 19 | FA | 34 | 31 |
| Octal | 122 | 74 | 277 | 71 | 105 | 0 | 31 | 372 | 64 | 61 |
| Binary | 1010010 | 111100 | 10111111 | 111001 | 1000101 | 0 | 11001 | 11111010 | 110100 | 110001 |
Color Harmonies of #523CBF
Complementary color
Monochromatic Colors of #523CBF
Black with #523CBF
Text Example
Text Example
White with #523CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523CBF; }
p { color: rgb(82,60,191); }
H1.HeaderClassName
{
color: #523CBF;
}
.AnyTagClassName
{
color: #523CBF;
}
</style>
background-color css
<style>
a { background-color: #523CBF; }
a { background-color: rgb(82,60,191); }
div.DivClassName
{
background-color: #523CBF;
}
.BgClassName
{
background-color: #523CBF;
}
</style>
border-color css
<style>
span { border-color: #523CBF; }
span { border-color: rgb(82,60,191); }
td.TdClassName
{
border-color: #523CBF;
}
.TagClassName
{
border-color: #523CBF;
}
</style>