Shades of Purple Heart #643CC4
Tints of Purple Heart #643CC4
RGB
CMYK
RGB Variations
Color information
#643CC4 (or 0x643CC4) is known color: Purple Heart. HEX triplet: 64, 3C and C4. RGB value is (100,60,196). Sum of RGB (Red+Green+Blue) = 100+60+196=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 196 (76.95% from 255 or 55.06% from 356); Max value from RGB is 196 - color contains mainly: blue. Hex color #643CC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643CC4 is #9BC33B. Grayscale: #565656. Windows color (decimal): -10208060 or 12860516. OLE color: 12860516.
HSL color Cylindrical-coordinate representation of color #643CC4: hue angle of 257.65º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #643CC4 is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 60 | 196 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.23 |
| HSL | 257.65º | 0.54% | 0.5% | - |
| HSV(B) | 257.65º | 0.69% | 0.77% | - |
| XYZ | 16.84 | 9.93 | 53.25 | - |
| YUV | 87.46 | 189.25 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 196 | 0.49 | 0.69 | 0 | 0.23 | 257.65 | 0.54 | 0.5 |
| Hex | 64 | 3C | C4 | 31 | 45 | 0 | 17 | 102 | 36 | 32 |
| Octal | 144 | 74 | 304 | 61 | 105 | 0 | 27 | 402 | 66 | 62 |
| Binary | 1100100 | 111100 | 11000100 | 110001 | 1000101 | 0 | 10111 | 100000010 | 110110 | 110010 |
Color Harmonies of #643CC4
Complementary color
Monochromatic Colors of #643CC4
Black with #643CC4
Text Example
Text Example
White with #643CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643CC4; }
p { color: rgb(100,60,196); }
H1.HeaderClassName
{
color: #643CC4;
}
.AnyTagClassName
{
color: #643CC4;
}
</style>
background-color css
<style>
a { background-color: #643CC4; }
a { background-color: rgb(100,60,196); }
div.DivClassName
{
background-color: #643CC4;
}
.BgClassName
{
background-color: #643CC4;
}
</style>
border-color css
<style>
span { border-color: #643CC4; }
span { border-color: rgb(100,60,196); }
td.TdClassName
{
border-color: #643CC4;
}
.TagClassName
{
border-color: #643CC4;
}
</style>