Shades of Purple Heart #530BBE
Tints of Purple Heart #530BBE
RGB
CMYK
RGB Variations
Color information
#530BBE (or 0x530BBE) is known color: Purple Heart. HEX triplet: 53, 0B and BE. RGB value is (83,11,190). Sum of RGB (Red+Green+Blue) = 83+11+190=284 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.23% from 284); Green value is 11 (4.69% from 255 or 3.87% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #530BBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530BBE is #ACF441. Grayscale: #343434. Windows color (decimal): -11334722 or 12454739. OLE color: 12454739.
HSL color Cylindrical-coordinate representation of color #530BBE: hue angle of 264.13º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #530BBE is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 11 | 190 | - |
| CMYK | 0.56 | 0.94 | 0 | 0.25 |
| HSL | 264.13º | 0.89% | 0.39% | - |
| HSV(B) | 264.13º | 0.94% | 0.75% | - |
| XYZ | 12.98 | 5.8 | 49.15 | - |
| YUV | 52.93 | 205.35 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 190 | 0.56 | 0.94 | 0 | 0.25 | 264.13 | 0.89 | 0.39 |
| Hex | 53 | B | BE | 38 | 5E | 0 | 19 | 108 | 59 | 27 |
| Octal | 123 | 13 | 276 | 70 | 136 | 0 | 31 | 410 | 131 | 47 |
| Binary | 1010011 | 1011 | 10111110 | 111000 | 1011110 | 0 | 11001 | 100001000 | 1011001 | 100111 |
Color Harmonies of #530BBE
Complementary color
Monochromatic Colors of #530BBE
Black with #530BBE
Text Example
Text Example
White with #530BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530BBE; }
p { color: rgb(83,11,190); }
H1.HeaderClassName
{
color: #530BBE;
}
.AnyTagClassName
{
color: #530BBE;
}
</style>
background-color css
<style>
a { background-color: #530BBE; }
a { background-color: rgb(83,11,190); }
div.DivClassName
{
background-color: #530BBE;
}
.BgClassName
{
background-color: #530BBE;
}
</style>
border-color css
<style>
span { border-color: #530BBE; }
span { border-color: rgb(83,11,190); }
td.TdClassName
{
border-color: #530BBE;
}
.TagClassName
{
border-color: #530BBE;
}
</style>