Shades of Purple Heart #651FB7
Tints of Purple Heart #651FB7
RGB
CMYK
RGB Variations
Color information
#651FB7 (or 0x651FB7) is known color: Purple Heart. HEX triplet: 65, 1F and B7. RGB value is (101,31,183). Sum of RGB (Red+Green+Blue) = 101+31+183=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 183 (71.88% from 255 or 58.10% from 315); Max value from RGB is 183 - color contains mainly: blue. Hex color #651FB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651FB7 is #9AE048. Grayscale: #444444. Windows color (decimal): -10149961 or 12001125. OLE color: 12001125.
HSL color Cylindrical-coordinate representation of color #651FB7: hue angle of 267.63º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #651FB7 is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 101 | 31 | 183 | - |
| CMYK | 0.45 | 0.83 | 0 | 0.28 |
| HSL | 267.63º | 0.71% | 0.42% | - |
| HSV(B) | 267.63º | 0.83% | 0.72% | - |
| XYZ | 14.4 | 7.17 | 45.42 | - |
| YUV | 69.26 | 192.19 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 31 | 183 | 0.45 | 0.83 | 0 | 0.28 | 267.63 | 0.71 | 0.42 |
| Hex | 65 | 1F | B7 | 2D | 53 | 0 | 1C | 10C | 47 | 2A |
| Octal | 145 | 37 | 267 | 55 | 123 | 0 | 34 | 414 | 107 | 52 |
| Binary | 1100101 | 11111 | 10110111 | 101101 | 1010011 | 0 | 11100 | 100001100 | 1000111 | 101010 |
Color Harmonies of #651FB7
Complementary color
Monochromatic Colors of #651FB7
Black with #651FB7
Text Example
Text Example
White with #651FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651FB7; }
p { color: rgb(101,31,183); }
H1.HeaderClassName
{
color: #651FB7;
}
.AnyTagClassName
{
color: #651FB7;
}
</style>
background-color css
<style>
a { background-color: #651FB7; }
a { background-color: rgb(101,31,183); }
div.DivClassName
{
background-color: #651FB7;
}
.BgClassName
{
background-color: #651FB7;
}
</style>
border-color css
<style>
span { border-color: #651FB7; }
span { border-color: rgb(101,31,183); }
td.TdClassName
{
border-color: #651FB7;
}
.TagClassName
{
border-color: #651FB7;
}
</style>