Shades of Purple Heart #5B2ACF
Tints of Purple Heart #5B2ACF
RGB
CMYK
RGB Variations
Color information
#5B2ACF (or 0x5B2ACF) is known color: Purple Heart. HEX triplet: 5B, 2A and CF. RGB value is (91,42,207). Sum of RGB (Red+Green+Blue) = 91+42+207=340 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.76% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #5B2ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2ACF is #A4D530. Grayscale: #4A4A4A. Windows color (decimal): -10802481 or 13576795. OLE color: 13576795.
HSL color Cylindrical-coordinate representation of color #5B2ACF: hue angle of 257.82º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B2ACF is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 42 | 207 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.19 |
| HSL | 257.82º | 0.66% | 0.49% | - |
| HSV(B) | 257.82º | 0.8% | 0.81% | - |
| XYZ | 16.4 | 8.39 | 59.79 | - |
| YUV | 75.46 | 202.23 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 42 | 207 | 0.56 | 0.80 | 0 | 0.19 | 257.82 | 0.66 | 0.49 |
| Hex | 5B | 2A | CF | 38 | 50 | 0 | 13 | 102 | 42 | 31 |
| Octal | 133 | 52 | 317 | 70 | 120 | 0 | 23 | 402 | 102 | 61 |
| Binary | 1011011 | 101010 | 11001111 | 111000 | 1010000 | 0 | 10011 | 100000010 | 1000010 | 110001 |
Color Harmonies of #5B2ACF
Complementary color
Monochromatic Colors of #5B2ACF
Black with #5B2ACF
Text Example
Text Example
White with #5B2ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2ACF; }
p { color: rgb(91,42,207); }
H1.HeaderClassName
{
color: #5B2ACF;
}
.AnyTagClassName
{
color: #5B2ACF;
}
</style>
background-color css
<style>
a { background-color: #5B2ACF; }
a { background-color: rgb(91,42,207); }
div.DivClassName
{
background-color: #5B2ACF;
}
.BgClassName
{
background-color: #5B2ACF;
}
</style>
border-color css
<style>
span { border-color: #5B2ACF; }
span { border-color: rgb(91,42,207); }
td.TdClassName
{
border-color: #5B2ACF;
}
.TagClassName
{
border-color: #5B2ACF;
}
</style>