Shades of Purple Heart #643FCB
Tints of Purple Heart #643FCB
RGB
CMYK
RGB Variations
Color information
#643FCB (or 0x643FCB) is known color: Purple Heart. HEX triplet: 64, 3F and CB. RGB value is (100,63,203). Sum of RGB (Red+Green+Blue) = 100+63+203=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #643FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643FCB is #9BC034. Grayscale: #595959. Windows color (decimal): -10207285 or 13320036. OLE color: 13320036.
HSL color Cylindrical-coordinate representation of color #643FCB: hue angle of 255.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #643FCB is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 63 | 203 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.20 |
| HSL | 255.86º | 0.57% | 0.52% | - |
| HSV(B) | 255.86º | 0.69% | 0.8% | - |
| XYZ | 17.81 | 10.58 | 57.6 | - |
| YUV | 90.02 | 191.76 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 203 | 0.51 | 0.69 | 0 | 0.20 | 255.86 | 0.57 | 0.52 |
| Hex | 64 | 3F | CB | 33 | 45 | 0 | 14 | 100 | 39 | 34 |
| Octal | 144 | 77 | 313 | 63 | 105 | 0 | 24 | 400 | 71 | 64 |
| Binary | 1100100 | 111111 | 11001011 | 110011 | 1000101 | 0 | 10100 | 100000000 | 111001 | 110100 |
Color Harmonies of #643FCB
Complementary color
Monochromatic Colors of #643FCB
Black with #643FCB
Text Example
Text Example
White with #643FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643FCB; }
p { color: rgb(100,63,203); }
H1.HeaderClassName
{
color: #643FCB;
}
.AnyTagClassName
{
color: #643FCB;
}
</style>
background-color css
<style>
a { background-color: #643FCB; }
a { background-color: rgb(100,63,203); }
div.DivClassName
{
background-color: #643FCB;
}
.BgClassName
{
background-color: #643FCB;
}
</style>
border-color css
<style>
span { border-color: #643FCB; }
span { border-color: rgb(100,63,203); }
td.TdClassName
{
border-color: #643FCB;
}
.TagClassName
{
border-color: #643FCB;
}
</style>