Shades of Purple Heart #643AD3
Tints of Purple Heart #643AD3
RGB
CMYK
RGB Variations
Color information
#643AD3 (or 0x643AD3) is known color: Purple Heart. HEX triplet: 64, 3A and D3. RGB value is (100,58,211). Sum of RGB (Red+Green+Blue) = 100+58+211=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 211 (82.81% from 255 or 57.18% from 369); Max value from RGB is 211 - color contains mainly: blue. Hex color #643AD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643AD3 is #9BC52C. Grayscale: #575757. Windows color (decimal): -10208557 or 13843044. OLE color: 13843044.
HSL color Cylindrical-coordinate representation of color #643AD3: hue angle of 256.47º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #643AD3 is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 100 | 58 | 211 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.17 |
| HSL | 256.47º | 0.63% | 0.53% | - |
| HSV(B) | 256.47º | 0.73% | 0.83% | - |
| XYZ | 18.53 | 10.44 | 62.67 | - |
| YUV | 88 | 197.41 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 58 | 211 | 0.53 | 0.73 | 0 | 0.17 | 256.47 | 0.63 | 0.53 |
| Hex | 64 | 3A | D3 | 35 | 49 | 0 | 11 | 100 | 3F | 35 |
| Octal | 144 | 72 | 323 | 65 | 111 | 0 | 21 | 400 | 77 | 65 |
| Binary | 1100100 | 111010 | 11010011 | 110101 | 1001001 | 0 | 10001 | 100000000 | 111111 | 110101 |
Color Harmonies of #643AD3
Complementary color
Monochromatic Colors of #643AD3
Black with #643AD3
Text Example
Text Example
White with #643AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643AD3; }
p { color: rgb(100,58,211); }
H1.HeaderClassName
{
color: #643AD3;
}
.AnyTagClassName
{
color: #643AD3;
}
</style>
background-color css
<style>
a { background-color: #643AD3; }
a { background-color: rgb(100,58,211); }
div.DivClassName
{
background-color: #643AD3;
}
.BgClassName
{
background-color: #643AD3;
}
</style>
border-color css
<style>
span { border-color: #643AD3; }
span { border-color: rgb(100,58,211); }
td.TdClassName
{
border-color: #643AD3;
}
.TagClassName
{
border-color: #643AD3;
}
</style>