Shades of Purple Heart #643CC3
Tints of Purple Heart #643CC3
RGB
CMYK
RGB Variations
Color information
#643CC3 (or 0x643CC3) is known color: Purple Heart. HEX triplet: 64, 3C and C3. RGB value is (100,60,195). Sum of RGB (Red+Green+Blue) = 100+60+195=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 195 (76.56% from 255 or 54.93% from 355); Max value from RGB is 195 - color contains mainly: blue. Hex color #643CC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643CC3 is #9BC33C. Grayscale: #565656. Windows color (decimal): -10208061 or 12794980. OLE color: 12794980.
HSL color Cylindrical-coordinate representation of color #643CC3: hue angle of 257.78º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #643CC3 is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 60 | 195 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.24 |
| HSL | 257.78º | 0.53% | 0.5% | - |
| HSV(B) | 257.78º | 0.69% | 0.76% | - |
| XYZ | 16.72 | 9.88 | 52.66 | - |
| YUV | 87.35 | 188.75 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 195 | 0.49 | 0.69 | 0 | 0.24 | 257.78 | 0.53 | 0.5 |
| Hex | 64 | 3C | C3 | 31 | 45 | 0 | 18 | 102 | 35 | 32 |
| Octal | 144 | 74 | 303 | 61 | 105 | 0 | 30 | 402 | 65 | 62 |
| Binary | 1100100 | 111100 | 11000011 | 110001 | 1000101 | 0 | 11000 | 100000010 | 110101 | 110010 |
Color Harmonies of #643CC3
Complementary color
Monochromatic Colors of #643CC3
Black with #643CC3
Text Example
Text Example
White with #643CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643CC3; }
p { color: rgb(100,60,195); }
H1.HeaderClassName
{
color: #643CC3;
}
.AnyTagClassName
{
color: #643CC3;
}
</style>
background-color css
<style>
a { background-color: #643CC3; }
a { background-color: rgb(100,60,195); }
div.DivClassName
{
background-color: #643CC3;
}
.BgClassName
{
background-color: #643CC3;
}
</style>
border-color css
<style>
span { border-color: #643CC3; }
span { border-color: rgb(100,60,195); }
td.TdClassName
{
border-color: #643CC3;
}
.TagClassName
{
border-color: #643CC3;
}
</style>