Shades of Purple Heart #6343B7
Tints of Purple Heart #6343B7
RGB
CMYK
RGB Variations
Color information
#6343B7 (or 0x6343B7) is known color: Purple Heart. HEX triplet: 63, 43 and B7. RGB value is (99,67,183). Sum of RGB (Red+Green+Blue) = 99+67+183=349 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.37% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 183 (71.88% from 255 or 52.44% from 349); Max value from RGB is 183 - color contains mainly: blue. Hex color #6343B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6343B7 is #9CBC48. Grayscale: #595959. Windows color (decimal): -10271817 or 12010339. OLE color: 12010339.
HSL color Cylindrical-coordinate representation of color #6343B7: hue angle of 256.55º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6343B7 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 99 | 67 | 183 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.28 |
| HSL | 256.55º | 0.46% | 0.49% | - |
| HSV(B) | 256.55º | 0.63% | 0.72% | - |
| XYZ | 15.7 | 10.09 | 45.92 | - |
| YUV | 89.79 | 180.6 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 67 | 183 | 0.46 | 0.63 | 0 | 0.28 | 256.55 | 0.46 | 0.49 |
| Hex | 63 | 43 | B7 | 2E | 3F | 0 | 1C | 101 | 2E | 31 |
| Octal | 143 | 103 | 267 | 56 | 77 | 0 | 34 | 401 | 56 | 61 |
| Binary | 1100011 | 1000011 | 10110111 | 101110 | 111111 | 0 | 11100 | 100000001 | 101110 | 110001 |
Color Harmonies of #6343B7
Complementary color
Monochromatic Colors of #6343B7
Black with #6343B7
Text Example
Text Example
White with #6343B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6343B7; }
p { color: rgb(99,67,183); }
H1.HeaderClassName
{
color: #6343B7;
}
.AnyTagClassName
{
color: #6343B7;
}
</style>
background-color css
<style>
a { background-color: #6343B7; }
a { background-color: rgb(99,67,183); }
div.DivClassName
{
background-color: #6343B7;
}
.BgClassName
{
background-color: #6343B7;
}
</style>
border-color css
<style>
span { border-color: #6343B7; }
span { border-color: rgb(99,67,183); }
td.TdClassName
{
border-color: #6343B7;
}
.TagClassName
{
border-color: #6343B7;
}
</style>