Shades of Purple Heart #6439D1
Tints of Purple Heart #6439D1
RGB
CMYK
RGB Variations
Color information
#6439D1 (or 0x6439D1) is known color: Purple Heart. HEX triplet: 64, 39 and D1. RGB value is (100,57,209). Sum of RGB (Red+Green+Blue) = 100+57+209=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 57 (22.66% from 255 or 15.57% from 366); Blue value is 209 (82.03% from 255 or 57.10% from 366); Max value from RGB is 209 - color contains mainly: blue. Hex color #6439D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6439D1 is #9BC62E. Grayscale: #565656. Windows color (decimal): -10208815 or 13711716. OLE color: 13711716.
HSL color Cylindrical-coordinate representation of color #6439D1: hue angle of 256.97º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6439D1 is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 100 | 57 | 209 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.18 |
| HSL | 256.97º | 0.62% | 0.52% | - |
| HSV(B) | 256.97º | 0.73% | 0.82% | - |
| XYZ | 18.23 | 10.24 | 61.34 | - |
| YUV | 87.19 | 196.75 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 57 | 209 | 0.52 | 0.73 | 0 | 0.18 | 256.97 | 0.62 | 0.52 |
| Hex | 64 | 39 | D1 | 34 | 49 | 0 | 12 | 101 | 3E | 34 |
| Octal | 144 | 71 | 321 | 64 | 111 | 0 | 22 | 401 | 76 | 64 |
| Binary | 1100100 | 111001 | 11010001 | 110100 | 1001001 | 0 | 10010 | 100000001 | 111110 | 110100 |
Color Harmonies of #6439D1
Complementary color
Monochromatic Colors of #6439D1
Black with #6439D1
Text Example
Text Example
White with #6439D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6439D1; }
p { color: rgb(100,57,209); }
H1.HeaderClassName
{
color: #6439D1;
}
.AnyTagClassName
{
color: #6439D1;
}
</style>
background-color css
<style>
a { background-color: #6439D1; }
a { background-color: rgb(100,57,209); }
div.DivClassName
{
background-color: #6439D1;
}
.BgClassName
{
background-color: #6439D1;
}
</style>
border-color css
<style>
span { border-color: #6439D1; }
span { border-color: rgb(100,57,209); }
td.TdClassName
{
border-color: #6439D1;
}
.TagClassName
{
border-color: #6439D1;
}
</style>