Shades of Purple Heart #643DC7
Tints of Purple Heart #643DC7
RGB
CMYK
RGB Variations
Color information
#643DC7 (or 0x643DC7) is known color: Purple Heart. HEX triplet: 64, 3D and C7. RGB value is (100,61,199). Sum of RGB (Red+Green+Blue) = 100+61+199=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 199 (78.12% from 255 or 55.28% from 360); Max value from RGB is 199 - color contains mainly: blue. Hex color #643DC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643DC7 is #9BC238. Grayscale: #575757. Windows color (decimal): -10207801 or 13057380. OLE color: 13057380.
HSL color Cylindrical-coordinate representation of color #643DC7: hue angle of 256.96º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #643DC7 is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 61 | 199 | - |
| CMYK | 0.50 | 0.69 | 0 | 0.22 |
| HSL | 256.96º | 0.55% | 0.51% | - |
| HSV(B) | 256.96º | 0.69% | 0.78% | - |
| XYZ | 17.23 | 10.17 | 55.09 | - |
| YUV | 88.39 | 190.42 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 61 | 199 | 0.50 | 0.69 | 0 | 0.22 | 256.96 | 0.55 | 0.51 |
| Hex | 64 | 3D | C7 | 32 | 45 | 0 | 16 | 101 | 37 | 33 |
| Octal | 144 | 75 | 307 | 62 | 105 | 0 | 26 | 401 | 67 | 63 |
| Binary | 1100100 | 111101 | 11000111 | 110010 | 1000101 | 0 | 10110 | 100000001 | 110111 | 110011 |
Color Harmonies of #643DC7
Complementary color
Monochromatic Colors of #643DC7
Black with #643DC7
Text Example
Text Example
White with #643DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643DC7; }
p { color: rgb(100,61,199); }
H1.HeaderClassName
{
color: #643DC7;
}
.AnyTagClassName
{
color: #643DC7;
}
</style>
background-color css
<style>
a { background-color: #643DC7; }
a { background-color: rgb(100,61,199); }
div.DivClassName
{
background-color: #643DC7;
}
.BgClassName
{
background-color: #643DC7;
}
</style>
border-color css
<style>
span { border-color: #643DC7; }
span { border-color: rgb(100,61,199); }
td.TdClassName
{
border-color: #643DC7;
}
.TagClassName
{
border-color: #643DC7;
}
</style>