Shades of Purple Heart #643FCF
Tints of Purple Heart #643FCF
RGB
CMYK
RGB Variations
Color information
#643FCF (or 0x643FCF) is known color: Purple Heart. HEX triplet: 64, 3F and CF. RGB value is (100,63,207). Sum of RGB (Red+Green+Blue) = 100+63+207=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #643FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643FCF is #9BC030. Grayscale: #595959. Windows color (decimal): -10207281 or 13582180. OLE color: 13582180.
HSL color Cylindrical-coordinate representation of color #643FCF: hue angle of 255.42º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #643FCF is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 63 | 207 | - |
| CMYK | 0.52 | 0.70 | 0 | 0.19 |
| HSL | 255.42º | 0.6% | 0.53% | - |
| HSV(B) | 255.42º | 0.7% | 0.81% | - |
| XYZ | 18.3 | 10.77 | 60.15 | - |
| YUV | 90.48 | 193.76 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 207 | 0.52 | 0.70 | 0 | 0.19 | 255.42 | 0.6 | 0.53 |
| Hex | 64 | 3F | CF | 34 | 46 | 0 | 13 | FF | 3C | 35 |
| Octal | 144 | 77 | 317 | 64 | 106 | 0 | 23 | 377 | 74 | 65 |
| Binary | 1100100 | 111111 | 11001111 | 110100 | 1000110 | 0 | 10011 | 11111111 | 111100 | 110101 |
Color Harmonies of #643FCF
Complementary color
Monochromatic Colors of #643FCF
Black with #643FCF
Text Example
Text Example
White with #643FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643FCF; }
p { color: rgb(100,63,207); }
H1.HeaderClassName
{
color: #643FCF;
}
.AnyTagClassName
{
color: #643FCF;
}
</style>
background-color css
<style>
a { background-color: #643FCF; }
a { background-color: rgb(100,63,207); }
div.DivClassName
{
background-color: #643FCF;
}
.BgClassName
{
background-color: #643FCF;
}
</style>
border-color css
<style>
span { border-color: #643FCF; }
span { border-color: rgb(100,63,207); }
td.TdClassName
{
border-color: #643FCF;
}
.TagClassName
{
border-color: #643FCF;
}
</style>