Shades of Purple Heart #6340BF
Tints of Purple Heart #6340BF
RGB
CMYK
RGB Variations
Color information
#6340BF (or 0x6340BF) is known color: Purple Heart. HEX triplet: 63, 40 and BF. RGB value is (99,64,191). Sum of RGB (Red+Green+Blue) = 99+64+191=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #6340BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6340BF is #9CBF40. Grayscale: #585858. Windows color (decimal): -10272577 or 12533859. OLE color: 12533859.
HSL color Cylindrical-coordinate representation of color #6340BF: hue angle of 256.54º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6340BF is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 64 | 191 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.25 |
| HSL | 256.54º | 0.5% | 0.5% | - |
| HSV(B) | 256.54º | 0.66% | 0.75% | - |
| XYZ | 16.38 | 10.08 | 50.37 | - |
| YUV | 88.94 | 185.6 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 64 | 191 | 0.48 | 0.66 | 0 | 0.25 | 256.54 | 0.5 | 0.5 |
| Hex | 63 | 40 | BF | 30 | 42 | 0 | 19 | 101 | 32 | 32 |
| Octal | 143 | 100 | 277 | 60 | 102 | 0 | 31 | 401 | 62 | 62 |
| Binary | 1100011 | 1000000 | 10111111 | 110000 | 1000010 | 0 | 11001 | 100000001 | 110010 | 110010 |
Color Harmonies of #6340BF
Complementary color
Monochromatic Colors of #6340BF
Black with #6340BF
Text Example
Text Example
White with #6340BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6340BF; }
p { color: rgb(99,64,191); }
H1.HeaderClassName
{
color: #6340BF;
}
.AnyTagClassName
{
color: #6340BF;
}
</style>
background-color css
<style>
a { background-color: #6340BF; }
a { background-color: rgb(99,64,191); }
div.DivClassName
{
background-color: #6340BF;
}
.BgClassName
{
background-color: #6340BF;
}
</style>
border-color css
<style>
span { border-color: #6340BF; }
span { border-color: rgb(99,64,191); }
td.TdClassName
{
border-color: #6340BF;
}
.TagClassName
{
border-color: #6340BF;
}
</style>