Shades of Purple Heart #643DBD
Tints of Purple Heart #643DBD
RGB
CMYK
RGB Variations
Color information
#643DBD (or 0x643DBD) is known color: Purple Heart. HEX triplet: 64, 3D and BD. RGB value is (100,61,189). Sum of RGB (Red+Green+Blue) = 100+61+189=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #643DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643DBD is #9BC242. Grayscale: #565656. Windows color (decimal): -10207811 or 12402020. OLE color: 12402020.
HSL color Cylindrical-coordinate representation of color #643DBD: hue angle of 258.28º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #643DBD is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 61 | 189 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.26 |
| HSL | 258.28º | 0.51% | 0.49% | - |
| HSV(B) | 258.28º | 0.68% | 0.74% | - |
| XYZ | 16.11 | 9.72 | 49.17 | - |
| YUV | 87.25 | 185.42 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 61 | 189 | 0.47 | 0.68 | 0 | 0.26 | 258.28 | 0.51 | 0.49 |
| Hex | 64 | 3D | BD | 2F | 44 | 0 | 1A | 102 | 33 | 31 |
| Octal | 144 | 75 | 275 | 57 | 104 | 0 | 32 | 402 | 63 | 61 |
| Binary | 1100100 | 111101 | 10111101 | 101111 | 1000100 | 0 | 11010 | 100000010 | 110011 | 110001 |
Color Harmonies of #643DBD
Complementary color
Monochromatic Colors of #643DBD
Black with #643DBD
Text Example
Text Example
White with #643DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643DBD; }
p { color: rgb(100,61,189); }
H1.HeaderClassName
{
color: #643DBD;
}
.AnyTagClassName
{
color: #643DBD;
}
</style>
background-color css
<style>
a { background-color: #643DBD; }
a { background-color: rgb(100,61,189); }
div.DivClassName
{
background-color: #643DBD;
}
.BgClassName
{
background-color: #643DBD;
}
</style>
border-color css
<style>
span { border-color: #643DBD; }
span { border-color: rgb(100,61,189); }
td.TdClassName
{
border-color: #643DBD;
}
.TagClassName
{
border-color: #643DBD;
}
</style>