Shades of Purple Heart #5233CF
Tints of Purple Heart #5233CF
RGB
CMYK
RGB Variations
Color information
#5233CF (or 0x5233CF) is known color: Purple Heart. HEX triplet: 52, 33 and CF. RGB value is (82,51,207). Sum of RGB (Red+Green+Blue) = 82+51+207=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #5233CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5233CF is #ADCC30. Grayscale: #4D4D4D. Windows color (decimal): -11390001 or 13579090. OLE color: 13579090.
HSL color Cylindrical-coordinate representation of color #5233CF: hue angle of 251.92º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5233CF is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 51 | 207 | - |
| CMYK | 0.60 | 0.75 | 0 | 0.19 |
| HSL | 251.92º | 0.62% | 0.51% | - |
| HSV(B) | 251.92º | 0.75% | 0.81% | - |
| XYZ | 15.93 | 8.67 | 59.86 | - |
| YUV | 78.05 | 200.77 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 51 | 207 | 0.60 | 0.75 | 0 | 0.19 | 251.92 | 0.62 | 0.51 |
| Hex | 52 | 33 | CF | 3C | 4B | 0 | 13 | FC | 3E | 33 |
| Octal | 122 | 63 | 317 | 74 | 113 | 0 | 23 | 374 | 76 | 63 |
| Binary | 1010010 | 110011 | 11001111 | 111100 | 1001011 | 0 | 10011 | 11111100 | 111110 | 110011 |
Color Harmonies of #5233CF
Complementary color
Monochromatic Colors of #5233CF
Black with #5233CF
Text Example
Text Example
White with #5233CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5233CF; }
p { color: rgb(82,51,207); }
H1.HeaderClassName
{
color: #5233CF;
}
.AnyTagClassName
{
color: #5233CF;
}
</style>
background-color css
<style>
a { background-color: #5233CF; }
a { background-color: rgb(82,51,207); }
div.DivClassName
{
background-color: #5233CF;
}
.BgClassName
{
background-color: #5233CF;
}
</style>
border-color css
<style>
span { border-color: #5233CF; }
span { border-color: rgb(82,51,207); }
td.TdClassName
{
border-color: #5233CF;
}
.TagClassName
{
border-color: #5233CF;
}
</style>