Shades of Purple Heart #643ABC
Tints of Purple Heart #643ABC
RGB
CMYK
RGB Variations
Color information
#643ABC (or 0x643ABC) is known color: Purple Heart. HEX triplet: 64, 3A and BC. RGB value is (100,58,188). Sum of RGB (Red+Green+Blue) = 100+58+188=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #643ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643ABC is #9BC543. Grayscale: #545454. Windows color (decimal): -10208580 or 12335716. OLE color: 12335716.
HSL color Cylindrical-coordinate representation of color #643ABC: hue angle of 259.38º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #643ABC is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 58 | 188 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.26 |
| HSL | 259.38º | 0.53% | 0.48% | - |
| HSV(B) | 259.38º | 0.69% | 0.74% | - |
| XYZ | 15.85 | 9.37 | 48.55 | - |
| YUV | 85.38 | 185.91 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 58 | 188 | 0.47 | 0.69 | 0 | 0.26 | 259.38 | 0.53 | 0.48 |
| Hex | 64 | 3A | BC | 2F | 45 | 0 | 1A | 103 | 35 | 30 |
| Octal | 144 | 72 | 274 | 57 | 105 | 0 | 32 | 403 | 65 | 60 |
| Binary | 1100100 | 111010 | 10111100 | 101111 | 1000101 | 0 | 11010 | 100000011 | 110101 | 110000 |
Color Harmonies of #643ABC
Complementary color
Monochromatic Colors of #643ABC
Black with #643ABC
Text Example
Text Example
White with #643ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643ABC; }
p { color: rgb(100,58,188); }
H1.HeaderClassName
{
color: #643ABC;
}
.AnyTagClassName
{
color: #643ABC;
}
</style>
background-color css
<style>
a { background-color: #643ABC; }
a { background-color: rgb(100,58,188); }
div.DivClassName
{
background-color: #643ABC;
}
.BgClassName
{
background-color: #643ABC;
}
</style>
border-color css
<style>
span { border-color: #643ABC; }
span { border-color: rgb(100,58,188); }
td.TdClassName
{
border-color: #643ABC;
}
.TagClassName
{
border-color: #643ABC;
}
</style>