Shades of Purple Heart #5326BD
Tints of Purple Heart #5326BD
RGB
CMYK
RGB Variations
Color information
#5326BD (or 0x5326BD) is known color: Purple Heart. HEX triplet: 53, 26 and BD. RGB value is (83,38,189). Sum of RGB (Red+Green+Blue) = 83+38+189=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 189 (74.22% from 255 or 60.97% from 310); Max value from RGB is 189 - color contains mainly: blue. Hex color #5326BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5326BD is #ACD942. Grayscale: #444444. Windows color (decimal): -11327811 or 12396115. OLE color: 12396115.
HSL color Cylindrical-coordinate representation of color #5326BD: hue angle of 257.88º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5326BD is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 38 | 189 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.26 |
| HSL | 257.88º | 0.67% | 0.45% | - |
| HSV(B) | 257.88º | 0.8% | 0.74% | - |
| XYZ | 13.45 | 6.9 | 48.77 | - |
| YUV | 68.67 | 195.91 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 38 | 189 | 0.56 | 0.80 | 0 | 0.26 | 257.88 | 0.67 | 0.45 |
| Hex | 53 | 26 | BD | 38 | 50 | 0 | 1A | 102 | 43 | 2D |
| Octal | 123 | 46 | 275 | 70 | 120 | 0 | 32 | 402 | 103 | 55 |
| Binary | 1010011 | 100110 | 10111101 | 111000 | 1010000 | 0 | 11010 | 100000010 | 1000011 | 101101 |
Color Harmonies of #5326BD
Complementary color
Monochromatic Colors of #5326BD
Black with #5326BD
Text Example
Text Example
White with #5326BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5326BD; }
p { color: rgb(83,38,189); }
H1.HeaderClassName
{
color: #5326BD;
}
.AnyTagClassName
{
color: #5326BD;
}
</style>
background-color css
<style>
a { background-color: #5326BD; }
a { background-color: rgb(83,38,189); }
div.DivClassName
{
background-color: #5326BD;
}
.BgClassName
{
background-color: #5326BD;
}
</style>
border-color css
<style>
span { border-color: #5326BD; }
span { border-color: rgb(83,38,189); }
td.TdClassName
{
border-color: #5326BD;
}
.TagClassName
{
border-color: #5326BD;
}
</style>