Shades of Purple Heart #643DC9
Tints of Purple Heart #643DC9
RGB
CMYK
RGB Variations
Color information
#643DC9 (or 0x643DC9) is known color: Purple Heart. HEX triplet: 64, 3D and C9. RGB value is (100,61,201). Sum of RGB (Red+Green+Blue) = 100+61+201=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 201 (78.91% from 255 or 55.52% from 362); Max value from RGB is 201 - color contains mainly: blue. Hex color #643DC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643DC9 is #9BC236. Grayscale: #585858. Windows color (decimal): -10207799 or 13188452. OLE color: 13188452.
HSL color Cylindrical-coordinate representation of color #643DC9: hue angle of 256.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #643DC9 is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 100 | 61 | 201 | - |
| CMYK | 0.50 | 0.70 | 0 | 0.21 |
| HSL | 256.71º | 0.56% | 0.51% | - |
| HSV(B) | 256.71º | 0.7% | 0.79% | - |
| XYZ | 17.47 | 10.26 | 56.32 | - |
| YUV | 88.62 | 191.42 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 61 | 201 | 0.50 | 0.70 | 0 | 0.21 | 256.71 | 0.56 | 0.51 |
| Hex | 64 | 3D | C9 | 32 | 46 | 0 | 15 | 101 | 38 | 33 |
| Octal | 144 | 75 | 311 | 62 | 106 | 0 | 25 | 401 | 70 | 63 |
| Binary | 1100100 | 111101 | 11001001 | 110010 | 1000110 | 0 | 10101 | 100000001 | 111000 | 110011 |
Color Harmonies of #643DC9
Complementary color
Monochromatic Colors of #643DC9
Black with #643DC9
Text Example
Text Example
White with #643DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643DC9; }
p { color: rgb(100,61,201); }
H1.HeaderClassName
{
color: #643DC9;
}
.AnyTagClassName
{
color: #643DC9;
}
</style>
background-color css
<style>
a { background-color: #643DC9; }
a { background-color: rgb(100,61,201); }
div.DivClassName
{
background-color: #643DC9;
}
.BgClassName
{
background-color: #643DC9;
}
</style>
border-color css
<style>
span { border-color: #643DC9; }
span { border-color: rgb(100,61,201); }
td.TdClassName
{
border-color: #643DC9;
}
.TagClassName
{
border-color: #643DC9;
}
</style>