Shades of Purple Heart #5F10AC
Tints of Purple Heart #5F10AC
RGB
CMYK
RGB Variations
Color information
#5F10AC (or 0x5F10AC) is known color: Purple Heart. HEX triplet: 5F, 10 and AC. RGB value is (95,16,172). Sum of RGB (Red+Green+Blue) = 95+16+172=283 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.57% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F10AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F10AC is #A0EF53. Grayscale: #383838. Windows color (decimal): -10547028 or 11276383. OLE color: 11276383.
HSL color Cylindrical-coordinate representation of color #5F10AC: hue angle of 270.38º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F10AC is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 16 | 172 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.33 |
| HSL | 270.38º | 0.83% | 0.37% | - |
| HSV(B) | 270.38º | 0.91% | 0.67% | - |
| XYZ | 12.35 | 5.78 | 39.49 | - |
| YUV | 57.41 | 192.67 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 16 | 172 | 0.45 | 0.91 | 0 | 0.33 | 270.38 | 0.83 | 0.37 |
| Hex | 5F | 10 | AC | 2D | 5B | 0 | 21 | 10E | 53 | 25 |
| Octal | 137 | 20 | 254 | 55 | 133 | 0 | 41 | 416 | 123 | 45 |
| Binary | 1011111 | 10000 | 10101100 | 101101 | 1011011 | 0 | 100001 | 100001110 | 1010011 | 100101 |
Color Harmonies of #5F10AC
Complementary color
Monochromatic Colors of #5F10AC
Black with #5F10AC
Text Example
Text Example
White with #5F10AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F10AC; }
p { color: rgb(95,16,172); }
H1.HeaderClassName
{
color: #5F10AC;
}
.AnyTagClassName
{
color: #5F10AC;
}
</style>
background-color css
<style>
a { background-color: #5F10AC; }
a { background-color: rgb(95,16,172); }
div.DivClassName
{
background-color: #5F10AC;
}
.BgClassName
{
background-color: #5F10AC;
}
</style>
border-color css
<style>
span { border-color: #5F10AC; }
span { border-color: rgb(95,16,172); }
td.TdClassName
{
border-color: #5F10AC;
}
.TagClassName
{
border-color: #5F10AC;
}
</style>