Shades of Purple Heart #643ADC
Tints of Purple Heart #643ADC
RGB
CMYK
RGB Variations
Color information
#643ADC (or 0x643ADC) is known color: Purple Heart. HEX triplet: 64, 3A and DC. RGB value is (100,58,220). Sum of RGB (Red+Green+Blue) = 100+58+220=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #643ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643ADC is #9BC523. Grayscale: #585858. Windows color (decimal): -10208548 or 14432868. OLE color: 14432868.
HSL color Cylindrical-coordinate representation of color #643ADC: hue angle of 255.56º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #643ADC is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 58 | 220 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.14 |
| HSL | 255.56º | 0.7% | 0.55% | - |
| HSV(B) | 255.56º | 0.74% | 0.86% | - |
| XYZ | 19.69 | 10.9 | 68.78 | - |
| YUV | 89.03 | 201.91 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 58 | 220 | 0.55 | 0.74 | 0 | 0.14 | 255.56 | 0.7 | 0.55 |
| Hex | 64 | 3A | DC | 37 | 4A | 0 | E | 100 | 46 | 37 |
| Octal | 144 | 72 | 334 | 67 | 112 | 0 | 16 | 400 | 106 | 67 |
| Binary | 1100100 | 111010 | 11011100 | 110111 | 1001010 | 0 | 1110 | 100000000 | 1000110 | 110111 |
Color Harmonies of #643ADC
Complementary color
Monochromatic Colors of #643ADC
Black with #643ADC
Text Example
Text Example
White with #643ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643ADC; }
p { color: rgb(100,58,220); }
H1.HeaderClassName
{
color: #643ADC;
}
.AnyTagClassName
{
color: #643ADC;
}
</style>
background-color css
<style>
a { background-color: #643ADC; }
a { background-color: rgb(100,58,220); }
div.DivClassName
{
background-color: #643ADC;
}
.BgClassName
{
background-color: #643ADC;
}
</style>
border-color css
<style>
span { border-color: #643ADC; }
span { border-color: rgb(100,58,220); }
td.TdClassName
{
border-color: #643ADC;
}
.TagClassName
{
border-color: #643ADC;
}
</style>