Shades of Purple Heart #533BBF
Tints of Purple Heart #533BBF
RGB
CMYK
RGB Variations
Color information
#533BBF (or 0x533BBF) is known color: Purple Heart. HEX triplet: 53, 3B and BF. RGB value is (83,59,191). Sum of RGB (Red+Green+Blue) = 83+59+191=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 191 (75% from 255 or 57.36% from 333); Max value from RGB is 191 - color contains mainly: blue. Hex color #533BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533BBF is #ACC440. Grayscale: #505050. Windows color (decimal): -11322433 or 12532563. OLE color: 12532563.
HSL color Cylindrical-coordinate representation of color #533BBF: hue angle of 250.91º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #533BBF is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 59 | 191 | - |
| CMYK | 0.57 | 0.69 | 0 | 0.25 |
| HSL | 250.91º | 0.53% | 0.49% | - |
| HSV(B) | 250.91º | 0.69% | 0.75% | - |
| XYZ | 14.54 | 8.73 | 50.21 | - |
| YUV | 81.22 | 189.95 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 191 | 0.57 | 0.69 | 0 | 0.25 | 250.91 | 0.53 | 0.49 |
| Hex | 53 | 3B | BF | 39 | 45 | 0 | 19 | FB | 35 | 31 |
| Octal | 123 | 73 | 277 | 71 | 105 | 0 | 31 | 373 | 65 | 61 |
| Binary | 1010011 | 111011 | 10111111 | 111001 | 1000101 | 0 | 11001 | 11111011 | 110101 | 110001 |
Color Harmonies of #533BBF
Complementary color
Monochromatic Colors of #533BBF
Black with #533BBF
Text Example
Text Example
White with #533BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533BBF; }
p { color: rgb(83,59,191); }
H1.HeaderClassName
{
color: #533BBF;
}
.AnyTagClassName
{
color: #533BBF;
}
</style>
background-color css
<style>
a { background-color: #533BBF; }
a { background-color: rgb(83,59,191); }
div.DivClassName
{
background-color: #533BBF;
}
.BgClassName
{
background-color: #533BBF;
}
</style>
border-color css
<style>
span { border-color: #533BBF; }
span { border-color: rgb(83,59,191); }
td.TdClassName
{
border-color: #533BBF;
}
.TagClassName
{
border-color: #533BBF;
}
</style>