Shades of Purple Heart #642DB2
Tints of Purple Heart #642DB2
RGB
CMYK
RGB Variations
Color information
#642DB2 (or 0x642DB2) is known color: Purple Heart. HEX triplet: 64, 2D and B2. RGB value is (100,45,178). Sum of RGB (Red+Green+Blue) = 100+45+178=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 45 (17.97% from 255 or 13.93% from 323); Blue value is 178 (69.92% from 255 or 55.11% from 323); Max value from RGB is 178 - color contains mainly: blue. Hex color #642DB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642DB2 is #9BD24D. Grayscale: #4C4C4C. Windows color (decimal): -10211918 or 11677028. OLE color: 11677028.
HSL color Cylindrical-coordinate representation of color #642DB2: hue angle of 264.81º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #642DB2 is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 100 | 45 | 178 | - |
| CMYK | 0.44 | 0.75 | 0 | 0.30 |
| HSL | 264.81º | 0.6% | 0.44% | - |
| HSV(B) | 264.81º | 0.75% | 0.7% | - |
| XYZ | 14.23 | 7.8 | 42.88 | - |
| YUV | 76.61 | 185.22 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 45 | 178 | 0.44 | 0.75 | 0 | 0.30 | 264.81 | 0.6 | 0.44 |
| Hex | 64 | 2D | B2 | 2C | 4B | 0 | 1E | 109 | 3C | 2C |
| Octal | 144 | 55 | 262 | 54 | 113 | 0 | 36 | 411 | 74 | 54 |
| Binary | 1100100 | 101101 | 10110010 | 101100 | 1001011 | 0 | 11110 | 100001001 | 111100 | 101100 |
Color Harmonies of #642DB2
Complementary color
Monochromatic Colors of #642DB2
Black with #642DB2
Text Example
Text Example
White with #642DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642DB2; }
p { color: rgb(100,45,178); }
H1.HeaderClassName
{
color: #642DB2;
}
.AnyTagClassName
{
color: #642DB2;
}
</style>
background-color css
<style>
a { background-color: #642DB2; }
a { background-color: rgb(100,45,178); }
div.DivClassName
{
background-color: #642DB2;
}
.BgClassName
{
background-color: #642DB2;
}
</style>
border-color css
<style>
span { border-color: #642DB2; }
span { border-color: rgb(100,45,178); }
td.TdClassName
{
border-color: #642DB2;
}
.TagClassName
{
border-color: #642DB2;
}
</style>