Shades of Purple Heart #641BB8
Tints of Purple Heart #641BB8
RGB
CMYK
RGB Variations
Color information
#641BB8 (or 0x641BB8) is known color: Purple Heart. HEX triplet: 64, 1B and B8. RGB value is (100,27,184). Sum of RGB (Red+Green+Blue) = 100+27+184=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 27 (10.94% from 255 or 8.68% from 311); Blue value is 184 (72.27% from 255 or 59.16% from 311); Max value from RGB is 184 - color contains mainly: blue. Hex color #641BB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641BB8 is #9BE447. Grayscale: #424242. Windows color (decimal): -10216520 or 12065636. OLE color: 12065636.
HSL color Cylindrical-coordinate representation of color #641BB8: hue angle of 267.9º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #641BB8 is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 27 | 184 | - |
| CMYK | 0.46 | 0.85 | 0 | 0.28 |
| HSL | 267.9º | 0.74% | 0.41% | - |
| HSV(B) | 267.9º | 0.85% | 0.72% | - |
| XYZ | 14.3 | 6.95 | 45.94 | - |
| YUV | 66.73 | 194.18 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 27 | 184 | 0.46 | 0.85 | 0 | 0.28 | 267.9 | 0.74 | 0.41 |
| Hex | 64 | 1B | B8 | 2E | 55 | 0 | 1C | 10C | 4A | 29 |
| Octal | 144 | 33 | 270 | 56 | 125 | 0 | 34 | 414 | 112 | 51 |
| Binary | 1100100 | 11011 | 10111000 | 101110 | 1010101 | 0 | 11100 | 100001100 | 1001010 | 101001 |
Color Harmonies of #641BB8
Complementary color
Monochromatic Colors of #641BB8
Black with #641BB8
Text Example
Text Example
White with #641BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641BB8; }
p { color: rgb(100,27,184); }
H1.HeaderClassName
{
color: #641BB8;
}
.AnyTagClassName
{
color: #641BB8;
}
</style>
background-color css
<style>
a { background-color: #641BB8; }
a { background-color: rgb(100,27,184); }
div.DivClassName
{
background-color: #641BB8;
}
.BgClassName
{
background-color: #641BB8;
}
</style>
border-color css
<style>
span { border-color: #641BB8; }
span { border-color: rgb(100,27,184); }
td.TdClassName
{
border-color: #641BB8;
}
.TagClassName
{
border-color: #641BB8;
}
</style>