Shades of Purple Heart #5B3FCF
Tints of Purple Heart #5B3FCF
RGB
CMYK
RGB Variations
Color information
#5B3FCF (or 0x5B3FCF) is known color: Purple Heart. HEX triplet: 5B, 3F and CF. RGB value is (91,63,207). Sum of RGB (Red+Green+Blue) = 91+63+207=361 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.21% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #5B3FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3FCF is #A4C030. Grayscale: #575757. Windows color (decimal): -10797105 or 13582171. OLE color: 13582171.
HSL color Cylindrical-coordinate representation of color #5B3FCF: hue angle of 251.67º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5B3FCF is Cyan = 0.56, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 63 | 207 | - |
| CMYK | 0.56 | 0.70 | 0 | 0.19 |
| HSL | 251.67º | 0.6% | 0.53% | - |
| HSV(B) | 251.67º | 0.7% | 0.81% | - |
| XYZ | 17.35 | 10.28 | 60.1 | - |
| YUV | 87.79 | 195.28 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 63 | 207 | 0.56 | 0.70 | 0 | 0.19 | 251.67 | 0.6 | 0.53 |
| Hex | 5B | 3F | CF | 38 | 46 | 0 | 13 | FC | 3C | 35 |
| Octal | 133 | 77 | 317 | 70 | 106 | 0 | 23 | 374 | 74 | 65 |
| Binary | 1011011 | 111111 | 11001111 | 111000 | 1000110 | 0 | 10011 | 11111100 | 111100 | 110101 |
Color Harmonies of #5B3FCF
Complementary color
Monochromatic Colors of #5B3FCF
Black with #5B3FCF
Text Example
Text Example
White with #5B3FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3FCF; }
p { color: rgb(91,63,207); }
H1.HeaderClassName
{
color: #5B3FCF;
}
.AnyTagClassName
{
color: #5B3FCF;
}
</style>
background-color css
<style>
a { background-color: #5B3FCF; }
a { background-color: rgb(91,63,207); }
div.DivClassName
{
background-color: #5B3FCF;
}
.BgClassName
{
background-color: #5B3FCF;
}
</style>
border-color css
<style>
span { border-color: #5B3FCF; }
span { border-color: rgb(91,63,207); }
td.TdClassName
{
border-color: #5B3FCF;
}
.TagClassName
{
border-color: #5B3FCF;
}
</style>