Shades of Purple Heart #5233D3
Tints of Purple Heart #5233D3
RGB
CMYK
RGB Variations
Color information
#5233D3 (or 0x5233D3) is known color: Purple Heart. HEX triplet: 52, 33 and D3. RGB value is (82,51,211). Sum of RGB (Red+Green+Blue) = 82+51+211=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 211 (82.81% from 255 or 61.34% from 344); Max value from RGB is 211 - color contains mainly: blue. Hex color #5233D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5233D3 is #ADCC2C. Grayscale: #4D4D4D. Windows color (decimal): -11389997 or 13841234. OLE color: 13841234.
HSL color Cylindrical-coordinate representation of color #5233D3: hue angle of 251.62º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5233D3 is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 82 | 51 | 211 | - |
| CMYK | 0.61 | 0.76 | 0 | 0.17 |
| HSL | 251.63º | 0.65% | 0.51% | - |
| HSV(B) | 251.63º | 0.76% | 0.83% | - |
| XYZ | 16.42 | 8.86 | 62.47 | - |
| YUV | 78.51 | 202.77 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 51 | 211 | 0.61 | 0.76 | 0 | 0.17 | 251.63 | 0.65 | 0.51 |
| Hex | 52 | 33 | D3 | 3D | 4C | 0 | 11 | FC | 41 | 33 |
| Octal | 122 | 63 | 323 | 75 | 114 | 0 | 21 | 374 | 101 | 63 |
| Binary | 1010010 | 110011 | 11010011 | 111101 | 1001100 | 0 | 10001 | 11111100 | 1000001 | 110011 |
Color Harmonies of #5233D3
Complementary color
Monochromatic Colors of #5233D3
Black with #5233D3
Text Example
Text Example
White with #5233D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5233D3; }
p { color: rgb(82,51,211); }
H1.HeaderClassName
{
color: #5233D3;
}
.AnyTagClassName
{
color: #5233D3;
}
</style>
background-color css
<style>
a { background-color: #5233D3; }
a { background-color: rgb(82,51,211); }
div.DivClassName
{
background-color: #5233D3;
}
.BgClassName
{
background-color: #5233D3;
}
</style>
border-color css
<style>
span { border-color: #5233D3; }
span { border-color: rgb(82,51,211); }
td.TdClassName
{
border-color: #5233D3;
}
.TagClassName
{
border-color: #5233D3;
}
</style>