Shades of Purple Heart #641DCB
Tints of Purple Heart #641DCB
RGB
CMYK
RGB Variations
Color information
#641DCB (or 0x641DCB) is known color: Purple Heart. HEX triplet: 64, 1D and CB. RGB value is (100,29,203). Sum of RGB (Red+Green+Blue) = 100+29+203=332 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.12% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #641DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641DCB is #9BE234. Grayscale: #454545. Windows color (decimal): -10215989 or 13311332. OLE color: 13311332.
HSL color Cylindrical-coordinate representation of color #641DCB: hue angle of 264.48º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #641DCB is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 29 | 203 | - |
| CMYK | 0.51 | 0.86 | 0 | 0.20 |
| HSL | 264.48º | 0.75% | 0.45% | - |
| HSV(B) | 264.48º | 0.86% | 0.8% | - |
| XYZ | 16.47 | 7.9 | 57.16 | - |
| YUV | 70.07 | 203.02 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 29 | 203 | 0.51 | 0.86 | 0 | 0.20 | 264.48 | 0.75 | 0.45 |
| Hex | 64 | 1D | CB | 33 | 56 | 0 | 14 | 108 | 4B | 2D |
| Octal | 144 | 35 | 313 | 63 | 126 | 0 | 24 | 410 | 113 | 55 |
| Binary | 1100100 | 11101 | 11001011 | 110011 | 1010110 | 0 | 10100 | 100001000 | 1001011 | 101101 |
Color Harmonies of #641DCB
Complementary color
Monochromatic Colors of #641DCB
Black with #641DCB
Text Example
Text Example
White with #641DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641DCB; }
p { color: rgb(100,29,203); }
H1.HeaderClassName
{
color: #641DCB;
}
.AnyTagClassName
{
color: #641DCB;
}
</style>
background-color css
<style>
a { background-color: #641DCB; }
a { background-color: rgb(100,29,203); }
div.DivClassName
{
background-color: #641DCB;
}
.BgClassName
{
background-color: #641DCB;
}
</style>
border-color css
<style>
span { border-color: #641DCB; }
span { border-color: rgb(100,29,203); }
td.TdClassName
{
border-color: #641DCB;
}
.TagClassName
{
border-color: #641DCB;
}
</style>