Shades of Purple Heart #650FAC
Tints of Purple Heart #650FAC
RGB
CMYK
RGB Variations
Color information
#650FAC (or 0x650FAC) is known color: Purple Heart. HEX triplet: 65, 0F and AC. RGB value is (101,15,172). Sum of RGB (Red+Green+Blue) = 101+15+172=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #650FAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650FAC is #9AF053. Grayscale: #3A3A3A. Windows color (decimal): -10154068 or 11276133. OLE color: 11276133.
HSL color Cylindrical-coordinate representation of color #650FAC: hue angle of 272.87º degrees, saturation: 0.84, 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 #650FAC is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 15 | 172 | - |
| CMYK | 0.41 | 0.91 | 0 | 0.33 |
| HSL | 272.87º | 0.84% | 0.37% | - |
| HSV(B) | 272.87º | 0.91% | 0.67% | - |
| XYZ | 12.98 | 6.09 | 39.52 | - |
| YUV | 58.61 | 191.99 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 15 | 172 | 0.41 | 0.91 | 0 | 0.33 | 272.87 | 0.84 | 0.37 |
| Hex | 65 | F | AC | 29 | 5B | 0 | 21 | 111 | 54 | 25 |
| Octal | 145 | 17 | 254 | 51 | 133 | 0 | 41 | 421 | 124 | 45 |
| Binary | 1100101 | 1111 | 10101100 | 101001 | 1011011 | 0 | 100001 | 100010001 | 1010100 | 100101 |
Color Harmonies of #650FAC
Complementary color
Monochromatic Colors of #650FAC
Black with #650FAC
Text Example
Text Example
White with #650FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #650FAC; }
p { color: rgb(101,15,172); }
H1.HeaderClassName
{
color: #650FAC;
}
.AnyTagClassName
{
color: #650FAC;
}
</style>
background-color css
<style>
a { background-color: #650FAC; }
a { background-color: rgb(101,15,172); }
div.DivClassName
{
background-color: #650FAC;
}
.BgClassName
{
background-color: #650FAC;
}
</style>
border-color css
<style>
span { border-color: #650FAC; }
span { border-color: rgb(101,15,172); }
td.TdClassName
{
border-color: #650FAC;
}
.TagClassName
{
border-color: #650FAC;
}
</style>