Shades of Purple Heart #643BCF
Tints of Purple Heart #643BCF
RGB
CMYK
RGB Variations
Color information
#643BCF (or 0x643BCF) is known color: Purple Heart. HEX triplet: 64, 3B and CF. RGB value is (100,59,207). Sum of RGB (Red+Green+Blue) = 100+59+207=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 59 (23.44% from 255 or 16.12% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #643BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643BCF is #9BC430. Grayscale: #575757. Windows color (decimal): -10208305 or 13581156. OLE color: 13581156.
HSL color Cylindrical-coordinate representation of color #643BCF: hue angle of 256.62º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #643BCF is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 59 | 207 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.19 |
| HSL | 256.62º | 0.61% | 0.52% | - |
| HSV(B) | 256.62º | 0.71% | 0.81% | - |
| XYZ | 18.08 | 10.34 | 60.07 | - |
| YUV | 88.13 | 195.08 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 59 | 207 | 0.52 | 0.71 | 0 | 0.19 | 256.62 | 0.61 | 0.52 |
| Hex | 64 | 3B | CF | 34 | 47 | 0 | 13 | 101 | 3D | 34 |
| Octal | 144 | 73 | 317 | 64 | 107 | 0 | 23 | 401 | 75 | 64 |
| Binary | 1100100 | 111011 | 11001111 | 110100 | 1000111 | 0 | 10011 | 100000001 | 111101 | 110100 |
Color Harmonies of #643BCF
Complementary color
Monochromatic Colors of #643BCF
Black with #643BCF
Text Example
Text Example
White with #643BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643BCF; }
p { color: rgb(100,59,207); }
H1.HeaderClassName
{
color: #643BCF;
}
.AnyTagClassName
{
color: #643BCF;
}
</style>
background-color css
<style>
a { background-color: #643BCF; }
a { background-color: rgb(100,59,207); }
div.DivClassName
{
background-color: #643BCF;
}
.BgClassName
{
background-color: #643BCF;
}
</style>
border-color css
<style>
span { border-color: #643BCF; }
span { border-color: rgb(100,59,207); }
td.TdClassName
{
border-color: #643BCF;
}
.TagClassName
{
border-color: #643BCF;
}
</style>