Shades of Purple Heart #642BD0
Tints of Purple Heart #642BD0
RGB
CMYK
RGB Variations
Color information
#642BD0 (or 0x642BD0) is known color: Purple Heart. HEX triplet: 64, 2B and D0. RGB value is (100,43,208). Sum of RGB (Red+Green+Blue) = 100+43+208=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 43 (17.19% from 255 or 12.25% from 351); Blue value is 208 (81.64% from 255 or 59.26% from 351); Max value from RGB is 208 - color contains mainly: blue. Hex color #642BD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642BD0 is #9BD42F. Grayscale: #4E4E4E. Windows color (decimal): -10212400 or 13642596. OLE color: 13642596.
HSL color Cylindrical-coordinate representation of color #642BD0: hue angle of 260.73º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #642BD0 is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 43 | 208 | - |
| CMYK | 0.52 | 0.79 | 0 | 0.18 |
| HSL | 260.73º | 0.66% | 0.49% | - |
| HSV(B) | 260.73º | 0.79% | 0.82% | - |
| XYZ | 17.5 | 8.99 | 60.49 | - |
| YUV | 78.85 | 200.88 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 43 | 208 | 0.52 | 0.79 | 0 | 0.18 | 260.73 | 0.66 | 0.49 |
| Hex | 64 | 2B | D0 | 34 | 4F | 0 | 12 | 105 | 42 | 31 |
| Octal | 144 | 53 | 320 | 64 | 117 | 0 | 22 | 405 | 102 | 61 |
| Binary | 1100100 | 101011 | 11010000 | 110100 | 1001111 | 0 | 10010 | 100000101 | 1000010 | 110001 |
Color Harmonies of #642BD0
Complementary color
Monochromatic Colors of #642BD0
Black with #642BD0
Text Example
Text Example
White with #642BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642BD0; }
p { color: rgb(100,43,208); }
H1.HeaderClassName
{
color: #642BD0;
}
.AnyTagClassName
{
color: #642BD0;
}
</style>
background-color css
<style>
a { background-color: #642BD0; }
a { background-color: rgb(100,43,208); }
div.DivClassName
{
background-color: #642BD0;
}
.BgClassName
{
background-color: #642BD0;
}
</style>
border-color css
<style>
span { border-color: #642BD0; }
span { border-color: rgb(100,43,208); }
td.TdClassName
{
border-color: #642BD0;
}
.TagClassName
{
border-color: #642BD0;
}
</style>