Shades of Purple Heart #6420BC
Tints of Purple Heart #6420BC
RGB
CMYK
RGB Variations
Color information
#6420BC (or 0x6420BC) is known color: Purple Heart. HEX triplet: 64, 20 and BC. RGB value is (100,32,188). Sum of RGB (Red+Green+Blue) = 100+32+188=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #6420BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6420BC is #9BDF43. Grayscale: #454545. Windows color (decimal): -10215236 or 12329060. OLE color: 12329060.
HSL color Cylindrical-coordinate representation of color #6420BC: hue angle of 266.15º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6420BC is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 32 | 188 | - |
| CMYK | 0.47 | 0.83 | 0 | 0.26 |
| HSL | 266.15º | 0.71% | 0.43% | - |
| HSV(B) | 266.15º | 0.83% | 0.74% | - |
| XYZ | 14.85 | 7.37 | 48.22 | - |
| YUV | 70.12 | 194.53 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 32 | 188 | 0.47 | 0.83 | 0 | 0.26 | 266.15 | 0.71 | 0.43 |
| Hex | 64 | 20 | BC | 2F | 53 | 0 | 1A | 10A | 47 | 2B |
| Octal | 144 | 40 | 274 | 57 | 123 | 0 | 32 | 412 | 107 | 53 |
| Binary | 1100100 | 100000 | 10111100 | 101111 | 1010011 | 0 | 11010 | 100001010 | 1000111 | 101011 |
Color Harmonies of #6420BC
Complementary color
Monochromatic Colors of #6420BC
Black with #6420BC
Text Example
Text Example
White with #6420BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6420BC; }
p { color: rgb(100,32,188); }
H1.HeaderClassName
{
color: #6420BC;
}
.AnyTagClassName
{
color: #6420BC;
}
</style>
background-color css
<style>
a { background-color: #6420BC; }
a { background-color: rgb(100,32,188); }
div.DivClassName
{
background-color: #6420BC;
}
.BgClassName
{
background-color: #6420BC;
}
</style>
border-color css
<style>
span { border-color: #6420BC; }
span { border-color: rgb(100,32,188); }
td.TdClassName
{
border-color: #6420BC;
}
.TagClassName
{
border-color: #6420BC;
}
</style>