Shades of Purple Heart #5B3ACF
Tints of Purple Heart #5B3ACF
RGB
CMYK
RGB Variations
Color information
#5B3ACF (or 0x5B3ACF) is known color: Purple Heart. HEX triplet: 5B, 3A and CF. RGB value is (91,58,207). Sum of RGB (Red+Green+Blue) = 91+58+207=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 58 (23.05% from 255 or 16.29% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #5B3ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3ACF is #A4C530. Grayscale: #545454. Windows color (decimal): -10798385 or 13580891. OLE color: 13580891.
HSL color Cylindrical-coordinate representation of color #5B3ACF: hue angle of 253.29º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B3ACF is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 58 | 207 | - |
| CMYK | 0.56 | 0.72 | 0 | 0.19 |
| HSL | 253.29º | 0.61% | 0.52% | - |
| HSV(B) | 253.29º | 0.72% | 0.81% | - |
| XYZ | 17.09 | 9.76 | 60.01 | - |
| YUV | 84.85 | 196.93 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 58 | 207 | 0.56 | 0.72 | 0 | 0.19 | 253.29 | 0.61 | 0.52 |
| Hex | 5B | 3A | CF | 38 | 48 | 0 | 13 | FD | 3D | 34 |
| Octal | 133 | 72 | 317 | 70 | 110 | 0 | 23 | 375 | 75 | 64 |
| Binary | 1011011 | 111010 | 11001111 | 111000 | 1001000 | 0 | 10011 | 11111101 | 111101 | 110100 |
Color Harmonies of #5B3ACF
Complementary color
Monochromatic Colors of #5B3ACF
Black with #5B3ACF
Text Example
Text Example
White with #5B3ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3ACF; }
p { color: rgb(91,58,207); }
H1.HeaderClassName
{
color: #5B3ACF;
}
.AnyTagClassName
{
color: #5B3ACF;
}
</style>
background-color css
<style>
a { background-color: #5B3ACF; }
a { background-color: rgb(91,58,207); }
div.DivClassName
{
background-color: #5B3ACF;
}
.BgClassName
{
background-color: #5B3ACF;
}
</style>
border-color css
<style>
span { border-color: #5B3ACF; }
span { border-color: rgb(91,58,207); }
td.TdClassName
{
border-color: #5B3ACF;
}
.TagClassName
{
border-color: #5B3ACF;
}
</style>