Shades of Purple Heart #530BBB
Tints of Purple Heart #530BBB
RGB
CMYK
RGB Variations
Color information
#530BBB (or 0x530BBB) is known color: Purple Heart. HEX triplet: 53, 0B and BB. RGB value is (83,11,187). Sum of RGB (Red+Green+Blue) = 83+11+187=281 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.54% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 187 (73.44% from 255 or 66.55% from 281); Max value from RGB is 187 - color contains mainly: blue. Hex color #530BBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530BBB is #ACF444. Grayscale: #333333. Windows color (decimal): -11334725 or 12258131. OLE color: 12258131.
HSL color Cylindrical-coordinate representation of color #530BBB: hue angle of 264.55º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530BBB is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 11 | 187 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.27 |
| HSL | 264.55º | 0.89% | 0.39% | - |
| HSV(B) | 264.55º | 0.94% | 0.73% | - |
| XYZ | 12.66 | 5.67 | 47.44 | - |
| YUV | 52.59 | 203.85 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 187 | 0.56 | 0.94 | 0 | 0.27 | 264.55 | 0.89 | 0.39 |
| Hex | 53 | B | BB | 38 | 5E | 0 | 1B | 109 | 59 | 27 |
| Octal | 123 | 13 | 273 | 70 | 136 | 0 | 33 | 411 | 131 | 47 |
| Binary | 1010011 | 1011 | 10111011 | 111000 | 1011110 | 0 | 11011 | 100001001 | 1011001 | 100111 |
Color Harmonies of #530BBB
Complementary color
Monochromatic Colors of #530BBB
Black with #530BBB
Text Example
Text Example
White with #530BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530BBB; }
p { color: rgb(83,11,187); }
H1.HeaderClassName
{
color: #530BBB;
}
.AnyTagClassName
{
color: #530BBB;
}
</style>
background-color css
<style>
a { background-color: #530BBB; }
a { background-color: rgb(83,11,187); }
div.DivClassName
{
background-color: #530BBB;
}
.BgClassName
{
background-color: #530BBB;
}
</style>
border-color css
<style>
span { border-color: #530BBB; }
span { border-color: rgb(83,11,187); }
td.TdClassName
{
border-color: #530BBB;
}
.TagClassName
{
border-color: #530BBB;
}
</style>