Shades of Purple Heart #6343BB
Tints of Purple Heart #6343BB
RGB
CMYK
RGB Variations
Color information
#6343BB (or 0x6343BB) is known color: Purple Heart. HEX triplet: 63, 43 and BB. RGB value is (99,67,187). Sum of RGB (Red+Green+Blue) = 99+67+187=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #6343BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6343BB is #9CBC44. Grayscale: #595959. Windows color (decimal): -10271813 or 12272483. OLE color: 12272483.
HSL color Cylindrical-coordinate representation of color #6343BB: hue angle of 256º 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 #6343BB is Cyan = 0.47, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 67 | 187 | - |
| CMYK | 0.47 | 0.64 | 0 | 0.27 |
| HSL | 256º | 0.47% | 0.5% | - |
| HSV(B) | 256º | 0.64% | 0.73% | - |
| XYZ | 16.12 | 10.25 | 48.14 | - |
| YUV | 90.25 | 182.6 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 67 | 187 | 0.47 | 0.64 | 0 | 0.27 | 256 | 0.47 | 0.5 |
| Hex | 63 | 43 | BB | 2F | 40 | 0 | 1B | 100 | 2F | 32 |
| Octal | 143 | 103 | 273 | 57 | 100 | 0 | 33 | 400 | 57 | 62 |
| Binary | 1100011 | 1000011 | 10111011 | 101111 | 1000000 | 0 | 11011 | 100000000 | 101111 | 110010 |
Color Harmonies of #6343BB
Complementary color
Monochromatic Colors of #6343BB
Black with #6343BB
Text Example
Text Example
White with #6343BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6343BB; }
p { color: rgb(99,67,187); }
H1.HeaderClassName
{
color: #6343BB;
}
.AnyTagClassName
{
color: #6343BB;
}
</style>
background-color css
<style>
a { background-color: #6343BB; }
a { background-color: rgb(99,67,187); }
div.DivClassName
{
background-color: #6343BB;
}
.BgClassName
{
background-color: #6343BB;
}
</style>
border-color css
<style>
span { border-color: #6343BB; }
span { border-color: rgb(99,67,187); }
td.TdClassName
{
border-color: #6343BB;
}
.TagClassName
{
border-color: #6343BB;
}
</style>