Shades of Purple Heart #641FDD
Tints of Purple Heart #641FDD
RGB
CMYK
RGB Variations
Color information
#641FDD (or 0x641FDD) is known color: Purple Heart. HEX triplet: 64, 1F and DD. RGB value is (100,31,221). Sum of RGB (Red+Green+Blue) = 100+31+221=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 31 (12.5% from 255 or 8.81% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #641FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641FDD is #9BE022. Grayscale: #484848. Windows color (decimal): -10215459 or 14491492. OLE color: 14491492.
HSL color Cylindrical-coordinate representation of color #641FDD: hue angle of 261.79º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #641FDD is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 31 | 221 | - |
| CMYK | 0.55 | 0.86 | 0 | 0.13 |
| HSL | 261.79º | 0.75% | 0.49% | - |
| HSV(B) | 261.79º | 0.86% | 0.87% | - |
| XYZ | 18.8 | 8.91 | 69.14 | - |
| YUV | 73.29 | 211.36 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 31 | 221 | 0.55 | 0.86 | 0 | 0.13 | 261.79 | 0.75 | 0.49 |
| Hex | 64 | 1F | DD | 37 | 56 | 0 | D | 106 | 4B | 31 |
| Octal | 144 | 37 | 335 | 67 | 126 | 0 | 15 | 406 | 113 | 61 |
| Binary | 1100100 | 11111 | 11011101 | 110111 | 1010110 | 0 | 1101 | 100000110 | 1001011 | 110001 |
Color Harmonies of #641FDD
Complementary color
Monochromatic Colors of #641FDD
Black with #641FDD
Text Example
Text Example
White with #641FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641FDD; }
p { color: rgb(100,31,221); }
H1.HeaderClassName
{
color: #641FDD;
}
.AnyTagClassName
{
color: #641FDD;
}
</style>
background-color css
<style>
a { background-color: #641FDD; }
a { background-color: rgb(100,31,221); }
div.DivClassName
{
background-color: #641FDD;
}
.BgClassName
{
background-color: #641FDD;
}
</style>
border-color css
<style>
span { border-color: #641FDD; }
span { border-color: rgb(100,31,221); }
td.TdClassName
{
border-color: #641FDD;
}
.TagClassName
{
border-color: #641FDD;
}
</style>