Shades of Purple Heart #6439BC
Tints of Purple Heart #6439BC
RGB
CMYK
RGB Variations
Color information
#6439BC (or 0x6439BC) is known color: Purple Heart. HEX triplet: 64, 39 and BC. RGB value is (100,57,188). Sum of RGB (Red+Green+Blue) = 100+57+188=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #6439BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6439BC is #9BC643. Grayscale: #545454. Windows color (decimal): -10208836 or 12335460. OLE color: 12335460.
HSL color Cylindrical-coordinate representation of color #6439BC: hue angle of 259.69º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6439BC is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 57 | 188 | - |
| CMYK | 0.47 | 0.70 | 0 | 0.26 |
| HSL | 259.69º | 0.53% | 0.48% | - |
| HSV(B) | 259.69º | 0.7% | 0.74% | - |
| XYZ | 15.8 | 9.27 | 48.53 | - |
| YUV | 84.79 | 186.25 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 57 | 188 | 0.47 | 0.70 | 0 | 0.26 | 259.69 | 0.53 | 0.48 |
| Hex | 64 | 39 | BC | 2F | 46 | 0 | 1A | 104 | 35 | 30 |
| Octal | 144 | 71 | 274 | 57 | 106 | 0 | 32 | 404 | 65 | 60 |
| Binary | 1100100 | 111001 | 10111100 | 101111 | 1000110 | 0 | 11010 | 100000100 | 110101 | 110000 |
Color Harmonies of #6439BC
Complementary color
Monochromatic Colors of #6439BC
Black with #6439BC
Text Example
Text Example
White with #6439BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6439BC; }
p { color: rgb(100,57,188); }
H1.HeaderClassName
{
color: #6439BC;
}
.AnyTagClassName
{
color: #6439BC;
}
</style>
background-color css
<style>
a { background-color: #6439BC; }
a { background-color: rgb(100,57,188); }
div.DivClassName
{
background-color: #6439BC;
}
.BgClassName
{
background-color: #6439BC;
}
</style>
border-color css
<style>
span { border-color: #6439BC; }
span { border-color: rgb(100,57,188); }
td.TdClassName
{
border-color: #6439BC;
}
.TagClassName
{
border-color: #6439BC;
}
</style>