Shades of Purple Heart #5233B4
Tints of Purple Heart #5233B4
RGB
CMYK
RGB Variations
Color information
#5233B4 (or 0x5233B4) is known color: Purple Heart. HEX triplet: 52, 33 and B4. RGB value is (82,51,180). Sum of RGB (Red+Green+Blue) = 82+51+180=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 180 (70.70% from 255 or 57.51% from 313); Max value from RGB is 180 - color contains mainly: blue. Hex color #5233B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5233B4 is #ADCC4B. Grayscale: #4A4A4A. Windows color (decimal): -11390028 or 11809618. OLE color: 11809618.
HSL color Cylindrical-coordinate representation of color #5233B4: hue angle of 254.42º 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 #5233B4 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 51 | 180 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.29 |
| HSL | 254.42º | 0.56% | 0.45% | - |
| HSV(B) | 254.42º | 0.72% | 0.71% | - |
| XYZ | 12.9 | 7.46 | 43.94 | - |
| YUV | 74.98 | 187.27 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 51 | 180 | 0.54 | 0.72 | 0 | 0.29 | 254.42 | 0.56 | 0.45 |
| Hex | 52 | 33 | B4 | 36 | 48 | 0 | 1D | FE | 38 | 2D |
| Octal | 122 | 63 | 264 | 66 | 110 | 0 | 35 | 376 | 70 | 55 |
| Binary | 1010010 | 110011 | 10110100 | 110110 | 1001000 | 0 | 11101 | 11111110 | 111000 | 101101 |
Color Harmonies of #5233B4
Complementary color
Monochromatic Colors of #5233B4
Black with #5233B4
Text Example
Text Example
White with #5233B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5233B4; }
p { color: rgb(82,51,180); }
H1.HeaderClassName
{
color: #5233B4;
}
.AnyTagClassName
{
color: #5233B4;
}
</style>
background-color css
<style>
a { background-color: #5233B4; }
a { background-color: rgb(82,51,180); }
div.DivClassName
{
background-color: #5233B4;
}
.BgClassName
{
background-color: #5233B4;
}
</style>
border-color css
<style>
span { border-color: #5233B4; }
span { border-color: rgb(82,51,180); }
td.TdClassName
{
border-color: #5233B4;
}
.TagClassName
{
border-color: #5233B4;
}
</style>