Shades of Purple Heart #6401BB
Tints of Purple Heart #6401BB
RGB
CMYK
RGB Variations
Color information
#6401BB (or 0x6401BB) is known color: Purple Heart. HEX triplet: 64, 01 and BB. RGB value is (100,1,187). Sum of RGB (Red+Green+Blue) = 100+1+187=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 187 (73.44% from 255 or 64.93% from 288); Max value from RGB is 187 - color contains mainly: blue. Hex color #6401BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6401BB is #9BFE44. Grayscale: #333333. Windows color (decimal): -10223173 or 12255588. OLE color: 12255588.
HSL color Cylindrical-coordinate representation of color #6401BB: hue angle of 271.94º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6401BB is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 1 | 187 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.27 |
| HSL | 271.94º | 0.99% | 0.37% | - |
| HSV(B) | 271.94º | 0.99% | 0.73% | - |
| XYZ | 14.24 | 6.32 | 47.48 | - |
| YUV | 51.81 | 204.3 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 187 | 0.47 | 0.99 | 0 | 0.27 | 271.94 | 0.99 | 0.37 |
| Hex | 64 | 1 | BB | 2F | 63 | 0 | 1B | 110 | 63 | 25 |
| Octal | 144 | 1 | 273 | 57 | 143 | 0 | 33 | 420 | 143 | 45 |
| Binary | 1100100 | 1 | 10111011 | 101111 | 1100011 | 0 | 11011 | 100010000 | 1100011 | 100101 |
Color Harmonies of #6401BB
Complementary color
Monochromatic Colors of #6401BB
Black with #6401BB
Text Example
Text Example
White with #6401BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6401BB; }
p { color: rgb(100,1,187); }
H1.HeaderClassName
{
color: #6401BB;
}
.AnyTagClassName
{
color: #6401BB;
}
</style>
background-color css
<style>
a { background-color: #6401BB; }
a { background-color: rgb(100,1,187); }
div.DivClassName
{
background-color: #6401BB;
}
.BgClassName
{
background-color: #6401BB;
}
</style>
border-color css
<style>
span { border-color: #6401BB; }
span { border-color: rgb(100,1,187); }
td.TdClassName
{
border-color: #6401BB;
}
.TagClassName
{
border-color: #6401BB;
}
</style>