Shades of Purple Heart #641FB8
Tints of Purple Heart #641FB8
RGB
CMYK
RGB Variations
Color information
#641FB8 (or 0x641FB8) is known color: Purple Heart. HEX triplet: 64, 1F and B8. RGB value is (100,31,184). Sum of RGB (Red+Green+Blue) = 100+31+184=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 184 (72.27% from 255 or 58.41% from 315); Max value from RGB is 184 - color contains mainly: blue. Hex color #641FB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641FB8 is #9BE047. Grayscale: #444444. Windows color (decimal): -10215496 or 12066660. OLE color: 12066660.
HSL color Cylindrical-coordinate representation of color #641FB8: hue angle of 267.06º 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 #641FB8 is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 100 | 31 | 184 | - |
| CMYK | 0.46 | 0.83 | 0 | 0.28 |
| HSL | 267.06º | 0.71% | 0.42% | - |
| HSV(B) | 267.06º | 0.83% | 0.72% | - |
| XYZ | 14.4 | 7.15 | 45.97 | - |
| YUV | 69.07 | 192.86 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 31 | 184 | 0.46 | 0.83 | 0 | 0.28 | 267.06 | 0.71 | 0.42 |
| Hex | 64 | 1F | B8 | 2E | 53 | 0 | 1C | 10B | 47 | 2A |
| Octal | 144 | 37 | 270 | 56 | 123 | 0 | 34 | 413 | 107 | 52 |
| Binary | 1100100 | 11111 | 10111000 | 101110 | 1010011 | 0 | 11100 | 100001011 | 1000111 | 101010 |
Color Harmonies of #641FB8
Complementary color
Monochromatic Colors of #641FB8
Black with #641FB8
Text Example
Text Example
White with #641FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641FB8; }
p { color: rgb(100,31,184); }
H1.HeaderClassName
{
color: #641FB8;
}
.AnyTagClassName
{
color: #641FB8;
}
</style>
background-color css
<style>
a { background-color: #641FB8; }
a { background-color: rgb(100,31,184); }
div.DivClassName
{
background-color: #641FB8;
}
.BgClassName
{
background-color: #641FB8;
}
</style>
border-color css
<style>
span { border-color: #641FB8; }
span { border-color: rgb(100,31,184); }
td.TdClassName
{
border-color: #641FB8;
}
.TagClassName
{
border-color: #641FB8;
}
</style>