Shades of Purple Heart #651DBB
Tints of Purple Heart #651DBB
RGB
CMYK
RGB Variations
Color information
#651DBB (or 0x651DBB) is known color: Purple Heart. HEX triplet: 65, 1D and BB. RGB value is (101,29,187). Sum of RGB (Red+Green+Blue) = 101+29+187=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 29 (11.72% from 255 or 9.15% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #651DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #651DBB is #9AE244. Grayscale: #434343. Windows color (decimal): -10150469 or 12262757. OLE color: 12262757.
HSL color Cylindrical-coordinate representation of color #651DBB: hue angle of 267.34º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #651DBB is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 29 | 187 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.27 |
| HSL | 267.34º | 0.73% | 0.42% | - |
| HSV(B) | 267.34º | 0.84% | 0.73% | - |
| XYZ | 14.78 | 7.23 | 47.63 | - |
| YUV | 68.54 | 194.85 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 29 | 187 | 0.46 | 0.84 | 0 | 0.27 | 267.34 | 0.73 | 0.42 |
| Hex | 65 | 1D | BB | 2E | 54 | 0 | 1B | 10B | 49 | 2A |
| Octal | 145 | 35 | 273 | 56 | 124 | 0 | 33 | 413 | 111 | 52 |
| Binary | 1100101 | 11101 | 10111011 | 101110 | 1010100 | 0 | 11011 | 100001011 | 1001001 | 101010 |
Color Harmonies of #651DBB
Complementary color
Monochromatic Colors of #651DBB
Black with #651DBB
Text Example
Text Example
White with #651DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #651DBB; }
p { color: rgb(101,29,187); }
H1.HeaderClassName
{
color: #651DBB;
}
.AnyTagClassName
{
color: #651DBB;
}
</style>
background-color css
<style>
a { background-color: #651DBB; }
a { background-color: rgb(101,29,187); }
div.DivClassName
{
background-color: #651DBB;
}
.BgClassName
{
background-color: #651DBB;
}
</style>
border-color css
<style>
span { border-color: #651DBB; }
span { border-color: rgb(101,29,187); }
td.TdClassName
{
border-color: #651DBB;
}
.TagClassName
{
border-color: #651DBB;
}
</style>