Shades of Purple Heart #6343BA
Tints of Purple Heart #6343BA
RGB
CMYK
RGB Variations
Color information
#6343BA (or 0x6343BA) is known color: Purple Heart. HEX triplet: 63, 43 and BA. RGB value is (99,67,186). Sum of RGB (Red+Green+Blue) = 99+67+186=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #6343BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6343BA is #9CBC45. Grayscale: #595959. Windows color (decimal): -10271814 or 12206947. OLE color: 12206947.
HSL color Cylindrical-coordinate representation of color #6343BA: hue angle of 256.13º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6343BA is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 67 | 186 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.27 |
| HSL | 256.13º | 0.47% | 0.5% | - |
| HSV(B) | 256.13º | 0.64% | 0.73% | - |
| XYZ | 16.02 | 10.21 | 47.58 | - |
| YUV | 90.13 | 182.1 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 67 | 186 | 0.47 | 0.64 | 0 | 0.27 | 256.13 | 0.47 | 0.5 |
| Hex | 63 | 43 | BA | 2F | 40 | 0 | 1B | 100 | 2F | 32 |
| Octal | 143 | 103 | 272 | 57 | 100 | 0 | 33 | 400 | 57 | 62 |
| Binary | 1100011 | 1000011 | 10111010 | 101111 | 1000000 | 0 | 11011 | 100000000 | 101111 | 110010 |
Color Harmonies of #6343BA
Complementary color
Monochromatic Colors of #6343BA
Black with #6343BA
Text Example
Text Example
White with #6343BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6343BA; }
p { color: rgb(99,67,186); }
H1.HeaderClassName
{
color: #6343BA;
}
.AnyTagClassName
{
color: #6343BA;
}
</style>
background-color css
<style>
a { background-color: #6343BA; }
a { background-color: rgb(99,67,186); }
div.DivClassName
{
background-color: #6343BA;
}
.BgClassName
{
background-color: #6343BA;
}
</style>
border-color css
<style>
span { border-color: #6343BA; }
span { border-color: rgb(99,67,186); }
td.TdClassName
{
border-color: #6343BA;
}
.TagClassName
{
border-color: #6343BA;
}
</style>