Shades of Purple Heart #523FBB
Tints of Purple Heart #523FBB
RGB
CMYK
RGB Variations
Color information
#523FBB (or 0x523FBB) is known color: Purple Heart. HEX triplet: 52, 3F and BB. RGB value is (82,63,187). Sum of RGB (Red+Green+Blue) = 82+63+187=332 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.70% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #523FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523FBB is #ADC044. Grayscale: #525252. Windows color (decimal): -11386949 or 12271442. OLE color: 12271442.
HSL color Cylindrical-coordinate representation of color #523FBB: hue angle of 249.19º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #523FBB is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 63 | 187 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.27 |
| HSL | 249.19º | 0.5% | 0.49% | - |
| HSV(B) | 249.19º | 0.66% | 0.73% | - |
| XYZ | 14.23 | 8.94 | 47.99 | - |
| YUV | 82.82 | 186.79 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 63 | 187 | 0.56 | 0.66 | 0 | 0.27 | 249.19 | 0.5 | 0.49 |
| Hex | 52 | 3F | BB | 38 | 42 | 0 | 1B | F9 | 32 | 31 |
| Octal | 122 | 77 | 273 | 70 | 102 | 0 | 33 | 371 | 62 | 61 |
| Binary | 1010010 | 111111 | 10111011 | 111000 | 1000010 | 0 | 11011 | 11111001 | 110010 | 110001 |
Color Harmonies of #523FBB
Complementary color
Monochromatic Colors of #523FBB
Black with #523FBB
Text Example
Text Example
White with #523FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523FBB; }
p { color: rgb(82,63,187); }
H1.HeaderClassName
{
color: #523FBB;
}
.AnyTagClassName
{
color: #523FBB;
}
</style>
background-color css
<style>
a { background-color: #523FBB; }
a { background-color: rgb(82,63,187); }
div.DivClassName
{
background-color: #523FBB;
}
.BgClassName
{
background-color: #523FBB;
}
</style>
border-color css
<style>
span { border-color: #523FBB; }
span { border-color: rgb(82,63,187); }
td.TdClassName
{
border-color: #523FBB;
}
.TagClassName
{
border-color: #523FBB;
}
</style>