Shades of Purple Heart #643ADF
Tints of Purple Heart #643ADF
RGB
CMYK
RGB Variations
Color information
#643ADF (or 0x643ADF) is known color: Purple Heart. HEX triplet: 64, 3A and DF. RGB value is (100,58,223). Sum of RGB (Red+Green+Blue) = 100+58+223=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #643ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643ADF is #9BC520. Grayscale: #585858. Windows color (decimal): -10208545 or 14629476. OLE color: 14629476.
HSL color Cylindrical-coordinate representation of color #643ADF: hue angle of 255.27º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #643ADF is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 58 | 223 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.13 |
| HSL | 255.27º | 0.72% | 0.55% | - |
| HSV(B) | 255.27º | 0.74% | 0.87% | - |
| XYZ | 20.09 | 11.06 | 70.89 | - |
| YUV | 89.37 | 203.41 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 58 | 223 | 0.55 | 0.74 | 0 | 0.13 | 255.27 | 0.72 | 0.55 |
| Hex | 64 | 3A | DF | 37 | 4A | 0 | D | FF | 48 | 37 |
| Octal | 144 | 72 | 337 | 67 | 112 | 0 | 15 | 377 | 110 | 67 |
| Binary | 1100100 | 111010 | 11011111 | 110111 | 1001010 | 0 | 1101 | 11111111 | 1001000 | 110111 |
Color Harmonies of #643ADF
Complementary color
Monochromatic Colors of #643ADF
Black with #643ADF
Text Example
Text Example
White with #643ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643ADF; }
p { color: rgb(100,58,223); }
H1.HeaderClassName
{
color: #643ADF;
}
.AnyTagClassName
{
color: #643ADF;
}
</style>
background-color css
<style>
a { background-color: #643ADF; }
a { background-color: rgb(100,58,223); }
div.DivClassName
{
background-color: #643ADF;
}
.BgClassName
{
background-color: #643ADF;
}
</style>
border-color css
<style>
span { border-color: #643ADF; }
span { border-color: rgb(100,58,223); }
td.TdClassName
{
border-color: #643ADF;
}
.TagClassName
{
border-color: #643ADF;
}
</style>