Shades of Purple Heart #5B0ACF
Tints of Purple Heart #5B0ACF
RGB
CMYK
RGB Variations
Color information
#5B0ACF (or 0x5B0ACF) is known color: Purple Heart. HEX triplet: 5B, 0A and CF. RGB value is (91,10,207). Sum of RGB (Red+Green+Blue) = 91+10+207=308 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.55% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 207 (81.25% from 255 or 67.21% from 308); Max value from RGB is 207 - color contains mainly: blue. Hex color #5B0ACF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B0ACF is #A4F530. Grayscale: #373737. Windows color (decimal): -10810673 or 13568603. OLE color: 13568603.
HSL color Cylindrical-coordinate representation of color #5B0ACF: hue angle of 264.67º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B0ACF is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 10 | 207 | - |
| CMYK | 0.56 | 0.95 | 0 | 0.19 |
| HSL | 264.67º | 0.91% | 0.43% | - |
| HSV(B) | 264.67º | 0.95% | 0.81% | - |
| XYZ | 15.69 | 6.95 | 59.55 | - |
| YUV | 56.68 | 212.84 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 10 | 207 | 0.56 | 0.95 | 0 | 0.19 | 264.67 | 0.91 | 0.43 |
| Hex | 5B | A | CF | 38 | 5F | 0 | 13 | 109 | 5B | 2B |
| Octal | 133 | 12 | 317 | 70 | 137 | 0 | 23 | 411 | 133 | 53 |
| Binary | 1011011 | 1010 | 11001111 | 111000 | 1011111 | 0 | 10011 | 100001001 | 1011011 | 101011 |
Color Harmonies of #5B0ACF
Complementary color
Monochromatic Colors of #5B0ACF
Black with #5B0ACF
Text Example
Text Example
White with #5B0ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0ACF; }
p { color: rgb(91,10,207); }
H1.HeaderClassName
{
color: #5B0ACF;
}
.AnyTagClassName
{
color: #5B0ACF;
}
</style>
background-color css
<style>
a { background-color: #5B0ACF; }
a { background-color: rgb(91,10,207); }
div.DivClassName
{
background-color: #5B0ACF;
}
.BgClassName
{
background-color: #5B0ACF;
}
</style>
border-color css
<style>
span { border-color: #5B0ACF; }
span { border-color: rgb(91,10,207); }
td.TdClassName
{
border-color: #5B0ACF;
}
.TagClassName
{
border-color: #5B0ACF;
}
</style>