Shades of Purple Heart #643FC8
Tints of Purple Heart #643FC8
RGB
CMYK
RGB Variations
Color information
#643FC8 (or 0x643FC8) is known color: Purple Heart. HEX triplet: 64, 3F and C8. RGB value is (100,63,200). Sum of RGB (Red+Green+Blue) = 100+63+200=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 200 (78.52% from 255 or 55.10% from 363); Max value from RGB is 200 - color contains mainly: blue. Hex color #643FC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643FC8 is #9BC037. Grayscale: #595959. Windows color (decimal): -10207288 or 13123428. OLE color: 13123428.
HSL color Cylindrical-coordinate representation of color #643FC8: hue angle of 256.2º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #643FC8 is Cyan = 0.5, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 63 | 200 | - |
| CMYK | 0.5 | 0.68 | 0 | 0.22 |
| HSL | 256.2º | 0.55% | 0.52% | - |
| HSV(B) | 256.2º | 0.69% | 0.78% | - |
| XYZ | 17.46 | 10.43 | 55.74 | - |
| YUV | 89.68 | 190.26 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 200 | 0.5 | 0.68 | 0 | 0.22 | 256.2 | 0.55 | 0.52 |
| Hex | 64 | 3F | C8 | 32 | 44 | 0 | 16 | 100 | 37 | 34 |
| Octal | 144 | 77 | 310 | 62 | 104 | 0 | 26 | 400 | 67 | 64 |
| Binary | 1100100 | 111111 | 11001000 | 110010 | 1000100 | 0 | 10110 | 100000000 | 110111 | 110100 |
Color Harmonies of #643FC8
Complementary color
Monochromatic Colors of #643FC8
Black with #643FC8
Text Example
Text Example
White with #643FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643FC8; }
p { color: rgb(100,63,200); }
H1.HeaderClassName
{
color: #643FC8;
}
.AnyTagClassName
{
color: #643FC8;
}
</style>
background-color css
<style>
a { background-color: #643FC8; }
a { background-color: rgb(100,63,200); }
div.DivClassName
{
background-color: #643FC8;
}
.BgClassName
{
background-color: #643FC8;
}
</style>
border-color css
<style>
span { border-color: #643FC8; }
span { border-color: rgb(100,63,200); }
td.TdClassName
{
border-color: #643FC8;
}
.TagClassName
{
border-color: #643FC8;
}
</style>