Shades of Purple Heart #641CDD
Tints of Purple Heart #641CDD
RGB
CMYK
RGB Variations
Color information
#641CDD (or 0x641CDD) is known color: Purple Heart. HEX triplet: 64, 1C and DD. RGB value is (100,28,221). Sum of RGB (Red+Green+Blue) = 100+28+221=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #641CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641CDD is #9BE322. Grayscale: #464646. Windows color (decimal): -10216227 or 14490724. OLE color: 14490724.
HSL color Cylindrical-coordinate representation of color #641CDD: hue angle of 262.38º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #641CDD is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 28 | 221 | - |
| CMYK | 0.55 | 0.87 | 0 | 0.13 |
| HSL | 262.38º | 0.78% | 0.49% | - |
| HSV(B) | 262.38º | 0.87% | 0.87% | - |
| XYZ | 18.72 | 8.76 | 69.11 | - |
| YUV | 71.53 | 212.35 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 28 | 221 | 0.55 | 0.87 | 0 | 0.13 | 262.38 | 0.78 | 0.49 |
| Hex | 64 | 1C | DD | 37 | 57 | 0 | D | 106 | 4E | 31 |
| Octal | 144 | 34 | 335 | 67 | 127 | 0 | 15 | 406 | 116 | 61 |
| Binary | 1100100 | 11100 | 11011101 | 110111 | 1010111 | 0 | 1101 | 100000110 | 1001110 | 110001 |
Color Harmonies of #641CDD
Complementary color
Monochromatic Colors of #641CDD
Black with #641CDD
Text Example
Text Example
White with #641CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641CDD; }
p { color: rgb(100,28,221); }
H1.HeaderClassName
{
color: #641CDD;
}
.AnyTagClassName
{
color: #641CDD;
}
</style>
background-color css
<style>
a { background-color: #641CDD; }
a { background-color: rgb(100,28,221); }
div.DivClassName
{
background-color: #641CDD;
}
.BgClassName
{
background-color: #641CDD;
}
</style>
border-color css
<style>
span { border-color: #641CDD; }
span { border-color: rgb(100,28,221); }
td.TdClassName
{
border-color: #641CDD;
}
.TagClassName
{
border-color: #641CDD;
}
</style>