Shades of Purple Heart #6438BC
Tints of Purple Heart #6438BC
RGB
CMYK
RGB Variations
Color information
#6438BC (or 0x6438BC) is known color: Purple Heart. HEX triplet: 64, 38 and BC. RGB value is (100,56,188). Sum of RGB (Red+Green+Blue) = 100+56+188=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #6438BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6438BC is #9BC743. Grayscale: #535353. Windows color (decimal): -10209092 or 12335204. OLE color: 12335204.
HSL color Cylindrical-coordinate representation of color #6438BC: hue angle of 260º 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 #6438BC is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 56 | 188 | - |
| CMYK | 0.47 | 0.70 | 0 | 0.26 |
| HSL | 260º | 0.54% | 0.48% | - |
| HSV(B) | 260º | 0.7% | 0.74% | - |
| XYZ | 15.75 | 9.17 | 48.52 | - |
| YUV | 84.2 | 186.58 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 56 | 188 | 0.47 | 0.70 | 0 | 0.26 | 260 | 0.54 | 0.48 |
| Hex | 64 | 38 | BC | 2F | 46 | 0 | 1A | 104 | 36 | 30 |
| Octal | 144 | 70 | 274 | 57 | 106 | 0 | 32 | 404 | 66 | 60 |
| Binary | 1100100 | 111000 | 10111100 | 101111 | 1000110 | 0 | 11010 | 100000100 | 110110 | 110000 |
Color Harmonies of #6438BC
Complementary color
Monochromatic Colors of #6438BC
Black with #6438BC
Text Example
Text Example
White with #6438BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6438BC; }
p { color: rgb(100,56,188); }
H1.HeaderClassName
{
color: #6438BC;
}
.AnyTagClassName
{
color: #6438BC;
}
</style>
background-color css
<style>
a { background-color: #6438BC; }
a { background-color: rgb(100,56,188); }
div.DivClassName
{
background-color: #6438BC;
}
.BgClassName
{
background-color: #6438BC;
}
</style>
border-color css
<style>
span { border-color: #6438BC; }
span { border-color: rgb(100,56,188); }
td.TdClassName
{
border-color: #6438BC;
}
.TagClassName
{
border-color: #6438BC;
}
</style>