Shades of Purple Heart #643AB6
Tints of Purple Heart #643AB6
RGB
CMYK
RGB Variations
Color information
#643AB6 (or 0x643AB6) is known color: Purple Heart. HEX triplet: 64, 3A and B6. RGB value is (100,58,182). Sum of RGB (Red+Green+Blue) = 100+58+182=340 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.41% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 182 (71.48% from 255 or 53.53% from 340); Max value from RGB is 182 - color contains mainly: blue. Hex color #643AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643AB6 is #9BC549. Grayscale: #545454. Windows color (decimal): -10208586 or 11942500. OLE color: 11942500.
HSL color Cylindrical-coordinate representation of color #643AB6: hue angle of 260.32º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #643AB6 is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 58 | 182 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.29 |
| HSL | 260.32º | 0.52% | 0.47% | - |
| HSV(B) | 260.32º | 0.68% | 0.71% | - |
| XYZ | 15.21 | 9.11 | 45.21 | - |
| YUV | 84.69 | 182.91 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 58 | 182 | 0.45 | 0.68 | 0 | 0.29 | 260.32 | 0.52 | 0.47 |
| Hex | 64 | 3A | B6 | 2D | 44 | 0 | 1D | 104 | 34 | 2F |
| Octal | 144 | 72 | 266 | 55 | 104 | 0 | 35 | 404 | 64 | 57 |
| Binary | 1100100 | 111010 | 10110110 | 101101 | 1000100 | 0 | 11101 | 100000100 | 110100 | 101111 |
Color Harmonies of #643AB6
Complementary color
Monochromatic Colors of #643AB6
Black with #643AB6
Text Example
Text Example
White with #643AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643AB6; }
p { color: rgb(100,58,182); }
H1.HeaderClassName
{
color: #643AB6;
}
.AnyTagClassName
{
color: #643AB6;
}
</style>
background-color css
<style>
a { background-color: #643AB6; }
a { background-color: rgb(100,58,182); }
div.DivClassName
{
background-color: #643AB6;
}
.BgClassName
{
background-color: #643AB6;
}
</style>
border-color css
<style>
span { border-color: #643AB6; }
span { border-color: rgb(100,58,182); }
td.TdClassName
{
border-color: #643AB6;
}
.TagClassName
{
border-color: #643AB6;
}
</style>