Shades of Purple Heart #641CAC
Tints of Purple Heart #641CAC
RGB
CMYK
RGB Variations
Color information
#641CAC (or 0x641CAC) is known color: Purple Heart. HEX triplet: 64, 1C and AC. RGB value is (100,28,172). Sum of RGB (Red+Green+Blue) = 100+28+172=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #641CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #641CAC is #9BE353. Grayscale: #414141. Windows color (decimal): -10216276 or 11279460. OLE color: 11279460.
HSL color Cylindrical-coordinate representation of color #641CAC: hue angle of 270º degrees, saturation: 0.72, 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 #641CAC is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 28 | 172 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.33 |
| HSL | 270º | 0.72% | 0.39% | - |
| HSV(B) | 270º | 0.84% | 0.67% | - |
| XYZ | 13.12 | 6.52 | 39.6 | - |
| YUV | 65.94 | 187.85 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 28 | 172 | 0.42 | 0.84 | 0 | 0.33 | 270 | 0.72 | 0.39 |
| Hex | 64 | 1C | AC | 2A | 54 | 0 | 21 | 10E | 48 | 27 |
| Octal | 144 | 34 | 254 | 52 | 124 | 0 | 41 | 416 | 110 | 47 |
| Binary | 1100100 | 11100 | 10101100 | 101010 | 1010100 | 0 | 100001 | 100001110 | 1001000 | 100111 |
Color Harmonies of #641CAC
Complementary color
Monochromatic Colors of #641CAC
Black with #641CAC
Text Example
Text Example
White with #641CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641CAC; }
p { color: rgb(100,28,172); }
H1.HeaderClassName
{
color: #641CAC;
}
.AnyTagClassName
{
color: #641CAC;
}
</style>
background-color css
<style>
a { background-color: #641CAC; }
a { background-color: rgb(100,28,172); }
div.DivClassName
{
background-color: #641CAC;
}
.BgClassName
{
background-color: #641CAC;
}
</style>
border-color css
<style>
span { border-color: #641CAC; }
span { border-color: rgb(100,28,172); }
td.TdClassName
{
border-color: #641CAC;
}
.TagClassName
{
border-color: #641CAC;
}
</style>