Shades of Purple Heart #5308B9
Tints of Purple Heart #5308B9
RGB
CMYK
RGB Variations
Color information
#5308B9 (or 0x5308B9) is known color: Purple Heart. HEX triplet: 53, 08 and B9. RGB value is (83,8,185). Sum of RGB (Red+Green+Blue) = 83+8+185=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 185 (72.66% from 255 or 67.03% from 276); Max value from RGB is 185 - color contains mainly: blue. Hex color #5308B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5308B9 is #ACF746. Grayscale: #313131. Windows color (decimal): -11335495 or 12126291. OLE color: 12126291.
HSL color Cylindrical-coordinate representation of color #5308B9: hue angle of 265.42º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5308B9 is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 8 | 185 | - |
| CMYK | 0.55 | 0.96 | 0 | 0.27 |
| HSL | 265.42º | 0.92% | 0.38% | - |
| HSV(B) | 265.42º | 0.96% | 0.73% | - |
| XYZ | 12.41 | 5.52 | 46.31 | - |
| YUV | 50.6 | 203.85 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 185 | 0.55 | 0.96 | 0 | 0.27 | 265.42 | 0.92 | 0.38 |
| Hex | 53 | 8 | B9 | 37 | 60 | 0 | 1B | 109 | 5C | 26 |
| Octal | 123 | 10 | 271 | 67 | 140 | 0 | 33 | 411 | 134 | 46 |
| Binary | 1010011 | 1000 | 10111001 | 110111 | 1100000 | 0 | 11011 | 100001001 | 1011100 | 100110 |
Color Harmonies of #5308B9
Complementary color
Monochromatic Colors of #5308B9
Black with #5308B9
Text Example
Text Example
White with #5308B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5308B9; }
p { color: rgb(83,8,185); }
H1.HeaderClassName
{
color: #5308B9;
}
.AnyTagClassName
{
color: #5308B9;
}
</style>
background-color css
<style>
a { background-color: #5308B9; }
a { background-color: rgb(83,8,185); }
div.DivClassName
{
background-color: #5308B9;
}
.BgClassName
{
background-color: #5308B9;
}
</style>
border-color css
<style>
span { border-color: #5308B9; }
span { border-color: rgb(83,8,185); }
td.TdClassName
{
border-color: #5308B9;
}
.TagClassName
{
border-color: #5308B9;
}
</style>