Shades of Purple Heart #5233B5
Tints of Purple Heart #5233B5
RGB
CMYK
RGB Variations
Color information
#5233B5 (or 0x5233B5) is known color: Purple Heart. HEX triplet: 52, 33 and B5. RGB value is (82,51,181). Sum of RGB (Red+Green+Blue) = 82+51+181=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 181 (71.09% from 255 or 57.64% from 314); Max value from RGB is 181 - color contains mainly: blue. Hex color #5233B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5233B5 is #ADCC4A. Grayscale: #4A4A4A. Windows color (decimal): -11390027 or 11875154. OLE color: 11875154.
HSL color Cylindrical-coordinate representation of color #5233B5: hue angle of 254.31º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5233B5 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 51 | 181 | - |
| CMYK | 0.55 | 0.72 | 0 | 0.29 |
| HSL | 254.31º | 0.56% | 0.45% | - |
| HSV(B) | 254.31º | 0.72% | 0.71% | - |
| XYZ | 13 | 7.5 | 44.48 | - |
| YUV | 75.09 | 187.77 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 51 | 181 | 0.55 | 0.72 | 0 | 0.29 | 254.31 | 0.56 | 0.45 |
| Hex | 52 | 33 | B5 | 37 | 48 | 0 | 1D | FE | 38 | 2D |
| Octal | 122 | 63 | 265 | 67 | 110 | 0 | 35 | 376 | 70 | 55 |
| Binary | 1010010 | 110011 | 10110101 | 110111 | 1001000 | 0 | 11101 | 11111110 | 111000 | 101101 |
Color Harmonies of #5233B5
Complementary color
Monochromatic Colors of #5233B5
Black with #5233B5
Text Example
Text Example
White with #5233B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5233B5; }
p { color: rgb(82,51,181); }
H1.HeaderClassName
{
color: #5233B5;
}
.AnyTagClassName
{
color: #5233B5;
}
</style>
background-color css
<style>
a { background-color: #5233B5; }
a { background-color: rgb(82,51,181); }
div.DivClassName
{
background-color: #5233B5;
}
.BgClassName
{
background-color: #5233B5;
}
</style>
border-color css
<style>
span { border-color: #5233B5; }
span { border-color: rgb(82,51,181); }
td.TdClassName
{
border-color: #5233B5;
}
.TagClassName
{
border-color: #5233B5;
}
</style>