Shades of Purple Heart #6442BC
Tints of Purple Heart #6442BC
RGB
CMYK
RGB Variations
Color information
#6442BC (or 0x6442BC) is known color: Purple Heart. HEX triplet: 64, 42 and BC. RGB value is (100,66,188). Sum of RGB (Red+Green+Blue) = 100+66+188=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #6442BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6442BC is #9BBD43. Grayscale: #595959. Windows color (decimal): -10206532 or 12337764. OLE color: 12337764.
HSL color Cylindrical-coordinate representation of color #6442BC: hue angle of 256.72º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6442BC is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 66 | 188 | - |
| CMYK | 0.47 | 0.65 | 0 | 0.26 |
| HSL | 256.72º | 0.48% | 0.5% | - |
| HSV(B) | 256.72º | 0.65% | 0.74% | - |
| XYZ | 16.28 | 10.24 | 48.69 | - |
| YUV | 90.07 | 183.26 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 66 | 188 | 0.47 | 0.65 | 0 | 0.26 | 256.72 | 0.48 | 0.5 |
| Hex | 64 | 42 | BC | 2F | 41 | 0 | 1A | 101 | 30 | 32 |
| Octal | 144 | 102 | 274 | 57 | 101 | 0 | 32 | 401 | 60 | 62 |
| Binary | 1100100 | 1000010 | 10111100 | 101111 | 1000001 | 0 | 11010 | 100000001 | 110000 | 110010 |
Color Harmonies of #6442BC
Complementary color
Monochromatic Colors of #6442BC
Black with #6442BC
Text Example
Text Example
White with #6442BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6442BC; }
p { color: rgb(100,66,188); }
H1.HeaderClassName
{
color: #6442BC;
}
.AnyTagClassName
{
color: #6442BC;
}
</style>
background-color css
<style>
a { background-color: #6442BC; }
a { background-color: rgb(100,66,188); }
div.DivClassName
{
background-color: #6442BC;
}
.BgClassName
{
background-color: #6442BC;
}
</style>
border-color css
<style>
span { border-color: #6442BC; }
span { border-color: rgb(100,66,188); }
td.TdClassName
{
border-color: #6442BC;
}
.TagClassName
{
border-color: #6442BC;
}
</style>