Shades of Purple Heart #5908B3
Tints of Purple Heart #5908B3
RGB
CMYK
RGB Variations
Color information
#5908B3 (or 0x5908B3) is known color: Purple Heart. HEX triplet: 59, 08 and B3. RGB value is (89,8,179). Sum of RGB (Red+Green+Blue) = 89+8+179=276 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.25% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 179 (70.31% from 255 or 64.86% from 276); Max value from RGB is 179 - color contains mainly: blue. Hex color #5908B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5908B3 is #A6F74C. Grayscale: #333333. Windows color (decimal): -10942285 or 11733081. OLE color: 11733081.
HSL color Cylindrical-coordinate representation of color #5908B3: hue angle of 268.42º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5908B3 is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 89 | 8 | 179 | - |
| CMYK | 0.50 | 0.96 | 0 | 0.30 |
| HSL | 268.42º | 0.91% | 0.37% | - |
| HSV(B) | 268.42º | 0.96% | 0.7% | - |
| XYZ | 12.34 | 5.55 | 43.07 | - |
| YUV | 51.71 | 199.84 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 8 | 179 | 0.50 | 0.96 | 0 | 0.30 | 268.42 | 0.91 | 0.37 |
| Hex | 59 | 8 | B3 | 32 | 60 | 0 | 1E | 10C | 5B | 25 |
| Octal | 131 | 10 | 263 | 62 | 140 | 0 | 36 | 414 | 133 | 45 |
| Binary | 1011001 | 1000 | 10110011 | 110010 | 1100000 | 0 | 11110 | 100001100 | 1011011 | 100101 |
Color Harmonies of #5908B3
Complementary color
Monochromatic Colors of #5908B3
Black with #5908B3
Text Example
Text Example
White with #5908B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5908B3; }
p { color: rgb(89,8,179); }
H1.HeaderClassName
{
color: #5908B3;
}
.AnyTagClassName
{
color: #5908B3;
}
</style>
background-color css
<style>
a { background-color: #5908B3; }
a { background-color: rgb(89,8,179); }
div.DivClassName
{
background-color: #5908B3;
}
.BgClassName
{
background-color: #5908B3;
}
</style>
border-color css
<style>
span { border-color: #5908B3; }
span { border-color: rgb(89,8,179); }
td.TdClassName
{
border-color: #5908B3;
}
.TagClassName
{
border-color: #5908B3;
}
</style>