Shades of Purple Heart #6438BD
Tints of Purple Heart #6438BD
RGB
CMYK
RGB Variations
Color information
#6438BD (or 0x6438BD) is known color: Purple Heart. HEX triplet: 64, 38 and BD. RGB value is (100,56,189). Sum of RGB (Red+Green+Blue) = 100+56+189=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #6438BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6438BD is #9BC742. Grayscale: #535353. Windows color (decimal): -10209091 or 12400740. OLE color: 12400740.
HSL color Cylindrical-coordinate representation of color #6438BD: hue angle of 259.85º degrees, saturation: 0.54, 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 #6438BD is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 56 | 189 | - |
| CMYK | 0.47 | 0.70 | 0 | 0.26 |
| HSL | 259.85º | 0.54% | 0.48% | - |
| HSV(B) | 259.85º | 0.7% | 0.74% | - |
| XYZ | 15.86 | 9.21 | 49.09 | - |
| YUV | 84.32 | 187.08 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 56 | 189 | 0.47 | 0.70 | 0 | 0.26 | 259.85 | 0.54 | 0.48 |
| Hex | 64 | 38 | BD | 2F | 46 | 0 | 1A | 104 | 36 | 30 |
| Octal | 144 | 70 | 275 | 57 | 106 | 0 | 32 | 404 | 66 | 60 |
| Binary | 1100100 | 111000 | 10111101 | 101111 | 1000110 | 0 | 11010 | 100000100 | 110110 | 110000 |
Color Harmonies of #6438BD
Complementary color
Monochromatic Colors of #6438BD
Black with #6438BD
Text Example
Text Example
White with #6438BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6438BD; }
p { color: rgb(100,56,189); }
H1.HeaderClassName
{
color: #6438BD;
}
.AnyTagClassName
{
color: #6438BD;
}
</style>
background-color css
<style>
a { background-color: #6438BD; }
a { background-color: rgb(100,56,189); }
div.DivClassName
{
background-color: #6438BD;
}
.BgClassName
{
background-color: #6438BD;
}
</style>
border-color css
<style>
span { border-color: #6438BD; }
span { border-color: rgb(100,56,189); }
td.TdClassName
{
border-color: #6438BD;
}
.TagClassName
{
border-color: #6438BD;
}
</style>