Shades of Purple Heart #641EC2
Tints of Purple Heart #641EC2
RGB
CMYK
RGB Variations
Color information
#641EC2 (or 0x641EC2) is known color: Purple Heart. HEX triplet: 64, 1E and C2. RGB value is (100,30,194). Sum of RGB (Red+Green+Blue) = 100+30+194=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 30 (12.11% from 255 or 9.26% from 324); Blue value is 194 (76.17% from 255 or 59.88% from 324); Max value from RGB is 194 - color contains mainly: blue. Hex color #641EC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641EC2 is #9BE13D. Grayscale: #454545. Windows color (decimal): -10215742 or 12721764. OLE color: 12721764.
HSL color Cylindrical-coordinate representation of color #641EC2: hue angle of 265.61º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #641EC2 is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 100 | 30 | 194 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.24 |
| HSL | 265.61º | 0.73% | 0.44% | - |
| HSV(B) | 265.61º | 0.85% | 0.76% | - |
| XYZ | 15.46 | 7.53 | 51.68 | - |
| YUV | 69.63 | 198.19 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 30 | 194 | 0.48 | 0.85 | 0 | 0.24 | 265.61 | 0.73 | 0.44 |
| Hex | 64 | 1E | C2 | 30 | 55 | 0 | 18 | 10A | 49 | 2C |
| Octal | 144 | 36 | 302 | 60 | 125 | 0 | 30 | 412 | 111 | 54 |
| Binary | 1100100 | 11110 | 11000010 | 110000 | 1010101 | 0 | 11000 | 100001010 | 1001001 | 101100 |
Color Harmonies of #641EC2
Complementary color
Monochromatic Colors of #641EC2
Black with #641EC2
Text Example
Text Example
White with #641EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641EC2; }
p { color: rgb(100,30,194); }
H1.HeaderClassName
{
color: #641EC2;
}
.AnyTagClassName
{
color: #641EC2;
}
</style>
background-color css
<style>
a { background-color: #641EC2; }
a { background-color: rgb(100,30,194); }
div.DivClassName
{
background-color: #641EC2;
}
.BgClassName
{
background-color: #641EC2;
}
</style>
border-color css
<style>
span { border-color: #641EC2; }
span { border-color: rgb(100,30,194); }
td.TdClassName
{
border-color: #641EC2;
}
.TagClassName
{
border-color: #641EC2;
}
</style>