Shades of Purple Heart #641EB6
Tints of Purple Heart #641EB6
RGB
CMYK
RGB Variations
Color information
#641EB6 (or 0x641EB6) is known color: Purple Heart. HEX triplet: 64, 1E and B6. RGB value is (100,30,182). Sum of RGB (Red+Green+Blue) = 100+30+182=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 182 (71.48% from 255 or 58.33% from 312); Max value from RGB is 182 - color contains mainly: blue. Hex color #641EB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641EB6 is #9BE149. Grayscale: #434343. Windows color (decimal): -10215754 or 11935332. OLE color: 11935332.
HSL color Cylindrical-coordinate representation of color #641EB6: hue angle of 267.63º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #641EB6 is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 30 | 182 | - |
| CMYK | 0.45 | 0.84 | 0 | 0.29 |
| HSL | 267.63º | 0.72% | 0.42% | - |
| HSV(B) | 267.63º | 0.84% | 0.71% | - |
| XYZ | 14.16 | 7.02 | 44.86 | - |
| YUV | 68.26 | 192.19 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 30 | 182 | 0.45 | 0.84 | 0 | 0.29 | 267.63 | 0.72 | 0.42 |
| Hex | 64 | 1E | B6 | 2D | 54 | 0 | 1D | 10C | 48 | 2A |
| Octal | 144 | 36 | 266 | 55 | 124 | 0 | 35 | 414 | 110 | 52 |
| Binary | 1100100 | 11110 | 10110110 | 101101 | 1010100 | 0 | 11101 | 100001100 | 1001000 | 101010 |
Color Harmonies of #641EB6
Complementary color
Monochromatic Colors of #641EB6
Black with #641EB6
Text Example
Text Example
White with #641EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641EB6; }
p { color: rgb(100,30,182); }
H1.HeaderClassName
{
color: #641EB6;
}
.AnyTagClassName
{
color: #641EB6;
}
</style>
background-color css
<style>
a { background-color: #641EB6; }
a { background-color: rgb(100,30,182); }
div.DivClassName
{
background-color: #641EB6;
}
.BgClassName
{
background-color: #641EB6;
}
</style>
border-color css
<style>
span { border-color: #641EB6; }
span { border-color: rgb(100,30,182); }
td.TdClassName
{
border-color: #641EB6;
}
.TagClassName
{
border-color: #641EB6;
}
</style>