Shades of Purple Heart #642FAE
Tints of Purple Heart #642FAE
RGB
CMYK
RGB Variations
Color information
#642FAE (or 0x642FAE) is known color: Purple Heart. HEX triplet: 64, 2F and AE. RGB value is (100,47,174). Sum of RGB (Red+Green+Blue) = 100+47+174=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #642FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642FAE is #9BD051. Grayscale: #4C4C4C. Windows color (decimal): -10211410 or 11415396. OLE color: 11415396.
HSL color Cylindrical-coordinate representation of color #642FAE: hue angle of 265.04º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #642FAE is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 100 | 47 | 174 | - |
| CMYK | 0.43 | 0.73 | 0 | 0.32 |
| HSL | 265.04º | 0.57% | 0.43% | - |
| HSV(B) | 265.04º | 0.73% | 0.68% | - |
| XYZ | 13.91 | 7.8 | 40.82 | - |
| YUV | 77.33 | 182.56 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 47 | 174 | 0.43 | 0.73 | 0 | 0.32 | 265.04 | 0.57 | 0.43 |
| Hex | 64 | 2F | AE | 2B | 49 | 0 | 20 | 109 | 39 | 2B |
| Octal | 144 | 57 | 256 | 53 | 111 | 0 | 40 | 411 | 71 | 53 |
| Binary | 1100100 | 101111 | 10101110 | 101011 | 1001001 | 0 | 100000 | 100001001 | 111001 | 101011 |
Color Harmonies of #642FAE
Complementary color
Monochromatic Colors of #642FAE
Black with #642FAE
Text Example
Text Example
White with #642FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642FAE; }
p { color: rgb(100,47,174); }
H1.HeaderClassName
{
color: #642FAE;
}
.AnyTagClassName
{
color: #642FAE;
}
</style>
background-color css
<style>
a { background-color: #642FAE; }
a { background-color: rgb(100,47,174); }
div.DivClassName
{
background-color: #642FAE;
}
.BgClassName
{
background-color: #642FAE;
}
</style>
border-color css
<style>
span { border-color: #642FAE; }
span { border-color: rgb(100,47,174); }
td.TdClassName
{
border-color: #642FAE;
}
.TagClassName
{
border-color: #642FAE;
}
</style>