Shades of Purple Heart #6316BF
Tints of Purple Heart #6316BF
RGB
CMYK
RGB Variations
Color information
#6316BF (or 0x6316BF) is known color: Purple Heart. HEX triplet: 63, 16 and BF. RGB value is (99,22,191). Sum of RGB (Red+Green+Blue) = 99+22+191=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 191 (75% from 255 or 61.22% from 312); Max value from RGB is 191 - color contains mainly: blue. Hex color #6316BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6316BF is #9CE940. Grayscale: #3F3F3F. Windows color (decimal): -10283329 or 12523107. OLE color: 12523107.
HSL color Cylindrical-coordinate representation of color #6316BF: hue angle of 267.34º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6316BF is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 22 | 191 | - |
| CMYK | 0.48 | 0.88 | 0 | 0.25 |
| HSL | 267.34º | 0.79% | 0.42% | - |
| HSV(B) | 267.34º | 0.88% | 0.75% | - |
| XYZ | 14.84 | 6.99 | 49.86 | - |
| YUV | 64.29 | 199.51 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 22 | 191 | 0.48 | 0.88 | 0 | 0.25 | 267.34 | 0.79 | 0.42 |
| Hex | 63 | 16 | BF | 30 | 58 | 0 | 19 | 10B | 4F | 2A |
| Octal | 143 | 26 | 277 | 60 | 130 | 0 | 31 | 413 | 117 | 52 |
| Binary | 1100011 | 10110 | 10111111 | 110000 | 1011000 | 0 | 11001 | 100001011 | 1001111 | 101010 |
Color Harmonies of #6316BF
Complementary color
Monochromatic Colors of #6316BF
Black with #6316BF
Text Example
Text Example
White with #6316BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6316BF; }
p { color: rgb(99,22,191); }
H1.HeaderClassName
{
color: #6316BF;
}
.AnyTagClassName
{
color: #6316BF;
}
</style>
background-color css
<style>
a { background-color: #6316BF; }
a { background-color: rgb(99,22,191); }
div.DivClassName
{
background-color: #6316BF;
}
.BgClassName
{
background-color: #6316BF;
}
</style>
border-color css
<style>
span { border-color: #6316BF; }
span { border-color: rgb(99,22,191); }
td.TdClassName
{
border-color: #6316BF;
}
.TagClassName
{
border-color: #6316BF;
}
</style>