Shades of Purple Heart #640BCB
Tints of Purple Heart #640BCB
RGB
CMYK
RGB Variations
Color information
#640BCB (or 0x640BCB) is known color: Purple Heart. HEX triplet: 64, 0B and CB. RGB value is (100,11,203). Sum of RGB (Red+Green+Blue) = 100+11+203=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #640BCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640BCB is #9BF434. Grayscale: #3A3A3A. Windows color (decimal): -10220597 or 13306724. OLE color: 13306724.
HSL color Cylindrical-coordinate representation of color #640BCB: hue angle of 267.81º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640BCB is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 11 | 203 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.20 |
| HSL | 267.81º | 0.9% | 0.42% | - |
| HSV(B) | 267.81º | 0.95% | 0.8% | - |
| XYZ | 16.15 | 7.26 | 57.05 | - |
| YUV | 59.5 | 208.99 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 11 | 203 | 0.51 | 0.95 | 0 | 0.20 | 267.81 | 0.9 | 0.42 |
| Hex | 64 | B | CB | 33 | 5F | 0 | 14 | 10C | 5A | 2A |
| Octal | 144 | 13 | 313 | 63 | 137 | 0 | 24 | 414 | 132 | 52 |
| Binary | 1100100 | 1011 | 11001011 | 110011 | 1011111 | 0 | 10100 | 100001100 | 1011010 | 101010 |
Color Harmonies of #640BCB
Complementary color
Monochromatic Colors of #640BCB
Black with #640BCB
Text Example
Text Example
White with #640BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640BCB; }
p { color: rgb(100,11,203); }
H1.HeaderClassName
{
color: #640BCB;
}
.AnyTagClassName
{
color: #640BCB;
}
</style>
background-color css
<style>
a { background-color: #640BCB; }
a { background-color: rgb(100,11,203); }
div.DivClassName
{
background-color: #640BCB;
}
.BgClassName
{
background-color: #640BCB;
}
</style>
border-color css
<style>
span { border-color: #640BCB; }
span { border-color: rgb(100,11,203); }
td.TdClassName
{
border-color: #640BCB;
}
.TagClassName
{
border-color: #640BCB;
}
</style>