Shades of Purple Heart #6420BB
Tints of Purple Heart #6420BB
RGB
CMYK
RGB Variations
Color information
#6420BB (or 0x6420BB) is known color: Purple Heart. HEX triplet: 64, 20 and BB. RGB value is (100,32,187). Sum of RGB (Red+Green+Blue) = 100+32+187=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #6420BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6420BB is #9BDF44. Grayscale: #454545. Windows color (decimal): -10215237 or 12263524. OLE color: 12263524.
HSL color Cylindrical-coordinate representation of color #6420BB: hue angle of 266.32º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6420BB is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 32 | 187 | - |
| CMYK | 0.47 | 0.83 | 0 | 0.27 |
| HSL | 266.32º | 0.71% | 0.43% | - |
| HSV(B) | 266.32º | 0.83% | 0.73% | - |
| XYZ | 14.74 | 7.33 | 47.65 | - |
| YUV | 70 | 194.03 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 32 | 187 | 0.47 | 0.83 | 0 | 0.27 | 266.32 | 0.71 | 0.43 |
| Hex | 64 | 20 | BB | 2F | 53 | 0 | 1B | 10A | 47 | 2B |
| Octal | 144 | 40 | 273 | 57 | 123 | 0 | 33 | 412 | 107 | 53 |
| Binary | 1100100 | 100000 | 10111011 | 101111 | 1010011 | 0 | 11011 | 100001010 | 1000111 | 101011 |
Color Harmonies of #6420BB
Complementary color
Monochromatic Colors of #6420BB
Black with #6420BB
Text Example
Text Example
White with #6420BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6420BB; }
p { color: rgb(100,32,187); }
H1.HeaderClassName
{
color: #6420BB;
}
.AnyTagClassName
{
color: #6420BB;
}
</style>
background-color css
<style>
a { background-color: #6420BB; }
a { background-color: rgb(100,32,187); }
div.DivClassName
{
background-color: #6420BB;
}
.BgClassName
{
background-color: #6420BB;
}
</style>
border-color css
<style>
span { border-color: #6420BB; }
span { border-color: rgb(100,32,187); }
td.TdClassName
{
border-color: #6420BB;
}
.TagClassName
{
border-color: #6420BB;
}
</style>