Shades of Purple Heart #641BCB
Tints of Purple Heart #641BCB
RGB
CMYK
RGB Variations
Color information
#641BCB (or 0x641BCB) is known color: Purple Heart. HEX triplet: 64, 1B and CB. RGB value is (100,27,203). Sum of RGB (Red+Green+Blue) = 100+27+203=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #641BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641BCB is #9BE434. Grayscale: #444444. Windows color (decimal): -10216501 or 13310820. OLE color: 13310820.
HSL color Cylindrical-coordinate representation of color #641BCB: hue angle of 264.89º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #641BCB is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 27 | 203 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.20 |
| HSL | 264.89º | 0.77% | 0.45% | - |
| HSV(B) | 264.89º | 0.87% | 0.8% | - |
| XYZ | 16.43 | 7.8 | 57.14 | - |
| YUV | 68.89 | 203.68 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 27 | 203 | 0.51 | 0.87 | 0 | 0.20 | 264.89 | 0.77 | 0.45 |
| Hex | 64 | 1B | CB | 33 | 57 | 0 | 14 | 109 | 4D | 2D |
| Octal | 144 | 33 | 313 | 63 | 127 | 0 | 24 | 411 | 115 | 55 |
| Binary | 1100100 | 11011 | 11001011 | 110011 | 1010111 | 0 | 10100 | 100001001 | 1001101 | 101101 |
Color Harmonies of #641BCB
Complementary color
Monochromatic Colors of #641BCB
Black with #641BCB
Text Example
Text Example
White with #641BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641BCB; }
p { color: rgb(100,27,203); }
H1.HeaderClassName
{
color: #641BCB;
}
.AnyTagClassName
{
color: #641BCB;
}
</style>
background-color css
<style>
a { background-color: #641BCB; }
a { background-color: rgb(100,27,203); }
div.DivClassName
{
background-color: #641BCB;
}
.BgClassName
{
background-color: #641BCB;
}
</style>
border-color css
<style>
span { border-color: #641BCB; }
span { border-color: rgb(100,27,203); }
td.TdClassName
{
border-color: #641BCB;
}
.TagClassName
{
border-color: #641BCB;
}
</style>