Shades of Purple Heart #641DC7
Tints of Purple Heart #641DC7
RGB
CMYK
RGB Variations
Color information
#641DC7 (or 0x641DC7) is known color: Purple Heart. HEX triplet: 64, 1D and C7. RGB value is (100,29,199). Sum of RGB (Red+Green+Blue) = 100+29+199=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 29 (11.72% from 255 or 8.84% from 328); Blue value is 199 (78.12% from 255 or 60.67% from 328); Max value from RGB is 199 - color contains mainly: blue. Hex color #641DC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641DC7 is #9BE238. Grayscale: #454545. Windows color (decimal): -10215993 or 13049188. OLE color: 13049188.
HSL color Cylindrical-coordinate representation of color #641DC7: hue angle of 265.06º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #641DC7 is Cyan = 0.50, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 29 | 199 | - |
| CMYK | 0.50 | 0.85 | 0 | 0.22 |
| HSL | 265.06º | 0.75% | 0.45% | - |
| HSV(B) | 265.06º | 0.85% | 0.78% | - |
| XYZ | 16 | 7.71 | 54.68 | - |
| YUV | 69.61 | 201.02 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 29 | 199 | 0.50 | 0.85 | 0 | 0.22 | 265.06 | 0.75 | 0.45 |
| Hex | 64 | 1D | C7 | 32 | 55 | 0 | 16 | 109 | 4B | 2D |
| Octal | 144 | 35 | 307 | 62 | 125 | 0 | 26 | 411 | 113 | 55 |
| Binary | 1100100 | 11101 | 11000111 | 110010 | 1010101 | 0 | 10110 | 100001001 | 1001011 | 101101 |
Color Harmonies of #641DC7
Complementary color
Monochromatic Colors of #641DC7
Black with #641DC7
Text Example
Text Example
White with #641DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641DC7; }
p { color: rgb(100,29,199); }
H1.HeaderClassName
{
color: #641DC7;
}
.AnyTagClassName
{
color: #641DC7;
}
</style>
background-color css
<style>
a { background-color: #641DC7; }
a { background-color: rgb(100,29,199); }
div.DivClassName
{
background-color: #641DC7;
}
.BgClassName
{
background-color: #641DC7;
}
</style>
border-color css
<style>
span { border-color: #641DC7; }
span { border-color: rgb(100,29,199); }
td.TdClassName
{
border-color: #641DC7;
}
.TagClassName
{
border-color: #641DC7;
}
</style>