Shades of Purple Heart #641DBB
Tints of Purple Heart #641DBB
RGB
CMYK
RGB Variations
Color information
#641DBB (or 0x641DBB) is known color: Purple Heart. HEX triplet: 64, 1D and BB. RGB value is (100,29,187). Sum of RGB (Red+Green+Blue) = 100+29+187=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 29 (11.72% from 255 or 9.18% from 316); Blue value is 187 (73.44% from 255 or 59.18% from 316); Max value from RGB is 187 - color contains mainly: blue. Hex color #641DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641DBB is #9BE244. Grayscale: #434343. Windows color (decimal): -10216005 or 12262756. OLE color: 12262756.
HSL color Cylindrical-coordinate representation of color #641DBB: hue angle of 266.96º 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 #641DBB is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 29 | 187 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.27 |
| HSL | 266.96º | 0.73% | 0.42% | - |
| HSV(B) | 266.96º | 0.84% | 0.73% | - |
| XYZ | 14.66 | 7.18 | 47.63 | - |
| YUV | 68.24 | 195.02 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 29 | 187 | 0.47 | 0.84 | 0 | 0.27 | 266.96 | 0.73 | 0.42 |
| Hex | 64 | 1D | BB | 2F | 54 | 0 | 1B | 10B | 49 | 2A |
| Octal | 144 | 35 | 273 | 57 | 124 | 0 | 33 | 413 | 111 | 52 |
| Binary | 1100100 | 11101 | 10111011 | 101111 | 1010100 | 0 | 11011 | 100001011 | 1001001 | 101010 |
Color Harmonies of #641DBB
Complementary color
Monochromatic Colors of #641DBB
Black with #641DBB
Text Example
Text Example
White with #641DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641DBB; }
p { color: rgb(100,29,187); }
H1.HeaderClassName
{
color: #641DBB;
}
.AnyTagClassName
{
color: #641DBB;
}
</style>
background-color css
<style>
a { background-color: #641DBB; }
a { background-color: rgb(100,29,187); }
div.DivClassName
{
background-color: #641DBB;
}
.BgClassName
{
background-color: #641DBB;
}
</style>
border-color css
<style>
span { border-color: #641DBB; }
span { border-color: rgb(100,29,187); }
td.TdClassName
{
border-color: #641DBB;
}
.TagClassName
{
border-color: #641DBB;
}
</style>