Shades of Purple Heart #643CB5
Tints of Purple Heart #643CB5
RGB
CMYK
RGB Variations
Color information
#643CB5 (or 0x643CB5) is known color: Purple Heart. HEX triplet: 64, 3C and B5. RGB value is (100,60,181). Sum of RGB (Red+Green+Blue) = 100+60+181=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 181 (71.09% from 255 or 53.08% from 341); Max value from RGB is 181 - color contains mainly: blue. Hex color #643CB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643CB5 is #9BC34A. Grayscale: #555555. Windows color (decimal): -10208075 or 11877476. OLE color: 11877476.
HSL color Cylindrical-coordinate representation of color #643CB5: hue angle of 259.83º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #643CB5 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 60 | 181 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.29 |
| HSL | 259.83º | 0.5% | 0.47% | - |
| HSV(B) | 259.83º | 0.67% | 0.71% | - |
| XYZ | 15.21 | 9.28 | 44.7 | - |
| YUV | 85.75 | 181.75 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 181 | 0.45 | 0.67 | 0 | 0.29 | 259.83 | 0.5 | 0.47 |
| Hex | 64 | 3C | B5 | 2D | 43 | 0 | 1D | 104 | 32 | 2F |
| Octal | 144 | 74 | 265 | 55 | 103 | 0 | 35 | 404 | 62 | 57 |
| Binary | 1100100 | 111100 | 10110101 | 101101 | 1000011 | 0 | 11101 | 100000100 | 110010 | 101111 |
Color Harmonies of #643CB5
Complementary color
Monochromatic Colors of #643CB5
Black with #643CB5
Text Example
Text Example
White with #643CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643CB5; }
p { color: rgb(100,60,181); }
H1.HeaderClassName
{
color: #643CB5;
}
.AnyTagClassName
{
color: #643CB5;
}
</style>
background-color css
<style>
a { background-color: #643CB5; }
a { background-color: rgb(100,60,181); }
div.DivClassName
{
background-color: #643CB5;
}
.BgClassName
{
background-color: #643CB5;
}
</style>
border-color css
<style>
span { border-color: #643CB5; }
span { border-color: rgb(100,60,181); }
td.TdClassName
{
border-color: #643CB5;
}
.TagClassName
{
border-color: #643CB5;
}
</style>