Shades of Purple Heart #5805B3
Tints of Purple Heart #5805B3
RGB
CMYK
RGB Variations
Color information
#5805B3 (or 0x5805B3) is known color: Purple Heart. HEX triplet: 58, 05 and B3. RGB value is (88,5,179). Sum of RGB (Red+Green+Blue) = 88+5+179=272 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.35% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 179 (70.31% from 255 or 65.81% from 272); Max value from RGB is 179 - color contains mainly: blue. Hex color #5805B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5805B3 is #A7FA4C. Grayscale: #313131. Windows color (decimal): -11008589 or 11732312. OLE color: 11732312.
HSL color Cylindrical-coordinate representation of color #5805B3: hue angle of 268.62º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5805B3 is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 88 | 5 | 179 | - |
| CMYK | 0.51 | 0.97 | 0 | 0.30 |
| HSL | 268.62º | 0.95% | 0.36% | - |
| HSV(B) | 268.62º | 0.97% | 0.7% | - |
| XYZ | 12.22 | 5.44 | 43.05 | - |
| YUV | 49.65 | 201 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 179 | 0.51 | 0.97 | 0 | 0.30 | 268.62 | 0.95 | 0.36 |
| Hex | 58 | 5 | B3 | 33 | 61 | 0 | 1E | 10D | 5F | 24 |
| Octal | 130 | 5 | 263 | 63 | 141 | 0 | 36 | 415 | 137 | 44 |
| Binary | 1011000 | 101 | 10110011 | 110011 | 1100001 | 0 | 11110 | 100001101 | 1011111 | 100100 |
Color Harmonies of #5805B3
Complementary color
Monochromatic Colors of #5805B3
Black with #5805B3
Text Example
Text Example
White with #5805B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5805B3; }
p { color: rgb(88,5,179); }
H1.HeaderClassName
{
color: #5805B3;
}
.AnyTagClassName
{
color: #5805B3;
}
</style>
background-color css
<style>
a { background-color: #5805B3; }
a { background-color: rgb(88,5,179); }
div.DivClassName
{
background-color: #5805B3;
}
.BgClassName
{
background-color: #5805B3;
}
</style>
border-color css
<style>
span { border-color: #5805B3; }
span { border-color: rgb(88,5,179); }
td.TdClassName
{
border-color: #5805B3;
}
.TagClassName
{
border-color: #5805B3;
}
</style>