Shades of Purple Heart #6403BA
Tints of Purple Heart #6403BA
RGB
CMYK
RGB Variations
Color information
#6403BA (or 0x6403BA) is known color: Purple Heart. HEX triplet: 64, 03 and BA. RGB value is (100,3,186). Sum of RGB (Red+Green+Blue) = 100+3+186=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #6403BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6403BA is #9BFC45. Grayscale: #343434. Windows color (decimal): -10222662 or 12190564. OLE color: 12190564.
HSL color Cylindrical-coordinate representation of color #6403BA: hue angle of 271.8º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6403BA is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 3 | 186 | - |
| CMYK | 0.46 | 0.98 | 0 | 0.27 |
| HSL | 271.8º | 0.97% | 0.37% | - |
| HSV(B) | 271.8º | 0.98% | 0.73% | - |
| XYZ | 14.15 | 6.32 | 46.93 | - |
| YUV | 52.87 | 203.14 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 186 | 0.46 | 0.98 | 0 | 0.27 | 271.8 | 0.97 | 0.37 |
| Hex | 64 | 3 | BA | 2E | 62 | 0 | 1B | 110 | 61 | 25 |
| Octal | 144 | 3 | 272 | 56 | 142 | 0 | 33 | 420 | 141 | 45 |
| Binary | 1100100 | 11 | 10111010 | 101110 | 1100010 | 0 | 11011 | 100010000 | 1100001 | 100101 |
Color Harmonies of #6403BA
Complementary color
Monochromatic Colors of #6403BA
Black with #6403BA
Text Example
Text Example
White with #6403BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6403BA; }
p { color: rgb(100,3,186); }
H1.HeaderClassName
{
color: #6403BA;
}
.AnyTagClassName
{
color: #6403BA;
}
</style>
background-color css
<style>
a { background-color: #6403BA; }
a { background-color: rgb(100,3,186); }
div.DivClassName
{
background-color: #6403BA;
}
.BgClassName
{
background-color: #6403BA;
}
</style>
border-color css
<style>
span { border-color: #6403BA; }
span { border-color: rgb(100,3,186); }
td.TdClassName
{
border-color: #6403BA;
}
.TagClassName
{
border-color: #6403BA;
}
</style>