Shades of Purple Heart #651FAC
Tints of Purple Heart #651FAC
RGB
CMYK
RGB Variations
Color information
#651FAC (or 0x651FAC) is known color: Purple Heart. HEX triplet: 65, 1F and AC. RGB value is (101,31,172). Sum of RGB (Red+Green+Blue) = 101+31+172=304 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.22% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #651FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #651FAC is #9AE053. Grayscale: #434343. Windows color (decimal): -10149972 or 11280229. OLE color: 11280229.
HSL color Cylindrical-coordinate representation of color #651FAC: hue angle of 269.79º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #651FAC is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 31 | 172 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.33 |
| HSL | 269.79º | 0.69% | 0.4% | - |
| HSV(B) | 269.79º | 0.82% | 0.67% | - |
| XYZ | 13.3 | 6.73 | 39.63 | - |
| YUV | 68 | 186.69 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 31 | 172 | 0.41 | 0.82 | 0 | 0.33 | 269.79 | 0.69 | 0.4 |
| Hex | 65 | 1F | AC | 29 | 52 | 0 | 21 | 10E | 45 | 28 |
| Octal | 145 | 37 | 254 | 51 | 122 | 0 | 41 | 416 | 105 | 50 |
| Binary | 1100101 | 11111 | 10101100 | 101001 | 1010010 | 0 | 100001 | 100001110 | 1000101 | 101000 |
Color Harmonies of #651FAC
Complementary color
Monochromatic Colors of #651FAC
Black with #651FAC
Text Example
Text Example
White with #651FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651FAC; }
p { color: rgb(101,31,172); }
H1.HeaderClassName
{
color: #651FAC;
}
.AnyTagClassName
{
color: #651FAC;
}
</style>
background-color css
<style>
a { background-color: #651FAC; }
a { background-color: rgb(101,31,172); }
div.DivClassName
{
background-color: #651FAC;
}
.BgClassName
{
background-color: #651FAC;
}
</style>
border-color css
<style>
span { border-color: #651FAC; }
span { border-color: rgb(101,31,172); }
td.TdClassName
{
border-color: #651FAC;
}
.TagClassName
{
border-color: #651FAC;
}
</style>