Shades of Purple Heart #523DB3
Tints of Purple Heart #523DB3
RGB
CMYK
RGB Variations
Color information
#523DB3 (or 0x523DB3) is known color: Purple Heart. HEX triplet: 52, 3D and B3. RGB value is (82,61,179). Sum of RGB (Red+Green+Blue) = 82+61+179=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 179 (70.31% from 255 or 55.59% from 322); Max value from RGB is 179 - color contains mainly: blue. Hex color #523DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #523DB3 is #ADC24C. Grayscale: #505050. Windows color (decimal): -11387469 or 11746642. OLE color: 11746642.
HSL color Cylindrical-coordinate representation of color #523DB3: hue angle of 250.68º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #523DB3 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 82 | 61 | 179 | - |
| CMYK | 0.54 | 0.66 | 0 | 0.30 |
| HSL | 250.68º | 0.49% | 0.47% | - |
| HSV(B) | 250.68º | 0.66% | 0.7% | - |
| XYZ | 13.29 | 8.39 | 43.57 | - |
| YUV | 80.73 | 183.46 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 61 | 179 | 0.54 | 0.66 | 0 | 0.30 | 250.68 | 0.49 | 0.47 |
| Hex | 52 | 3D | B3 | 36 | 42 | 0 | 1E | FB | 31 | 2F |
| Octal | 122 | 75 | 263 | 66 | 102 | 0 | 36 | 373 | 61 | 57 |
| Binary | 1010010 | 111101 | 10110011 | 110110 | 1000010 | 0 | 11110 | 11111011 | 110001 | 101111 |
Color Harmonies of #523DB3
Complementary color
Monochromatic Colors of #523DB3
Black with #523DB3
Text Example
Text Example
White with #523DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523DB3; }
p { color: rgb(82,61,179); }
H1.HeaderClassName
{
color: #523DB3;
}
.AnyTagClassName
{
color: #523DB3;
}
</style>
background-color css
<style>
a { background-color: #523DB3; }
a { background-color: rgb(82,61,179); }
div.DivClassName
{
background-color: #523DB3;
}
.BgClassName
{
background-color: #523DB3;
}
</style>
border-color css
<style>
span { border-color: #523DB3; }
span { border-color: rgb(82,61,179); }
td.TdClassName
{
border-color: #523DB3;
}
.TagClassName
{
border-color: #523DB3;
}
</style>