Shades of Purple Heart #641BAC
Tints of Purple Heart #641BAC
RGB
CMYK
RGB Variations
Color information
#641BAC (or 0x641BAC) is known color: Purple Heart. HEX triplet: 64, 1B and AC. RGB value is (100,27,172). Sum of RGB (Red+Green+Blue) = 100+27+172=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #641BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641BAC is #9BE453. Grayscale: #404040. Windows color (decimal): -10216532 or 11279204. OLE color: 11279204.
HSL color Cylindrical-coordinate representation of color #641BAC: hue angle of 270.21º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #641BAC is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 27 | 172 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.33 |
| HSL | 270.21º | 0.73% | 0.39% | - |
| HSV(B) | 270.21º | 0.84% | 0.67% | - |
| XYZ | 13.09 | 6.47 | 39.59 | - |
| YUV | 65.36 | 188.18 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 27 | 172 | 0.42 | 0.84 | 0 | 0.33 | 270.21 | 0.73 | 0.39 |
| Hex | 64 | 1B | AC | 2A | 54 | 0 | 21 | 10E | 49 | 27 |
| Octal | 144 | 33 | 254 | 52 | 124 | 0 | 41 | 416 | 111 | 47 |
| Binary | 1100100 | 11011 | 10101100 | 101010 | 1010100 | 0 | 100001 | 100001110 | 1001001 | 100111 |
Color Harmonies of #641BAC
Complementary color
Monochromatic Colors of #641BAC
Black with #641BAC
Text Example
Text Example
White with #641BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641BAC; }
p { color: rgb(100,27,172); }
H1.HeaderClassName
{
color: #641BAC;
}
.AnyTagClassName
{
color: #641BAC;
}
</style>
background-color css
<style>
a { background-color: #641BAC; }
a { background-color: rgb(100,27,172); }
div.DivClassName
{
background-color: #641BAC;
}
.BgClassName
{
background-color: #641BAC;
}
</style>
border-color css
<style>
span { border-color: #641BAC; }
span { border-color: rgb(100,27,172); }
td.TdClassName
{
border-color: #641BAC;
}
.TagClassName
{
border-color: #641BAC;
}
</style>