Shades of Purple Heart #6316BC
Tints of Purple Heart #6316BC
RGB
CMYK
RGB Variations
Color information
#6316BC (or 0x6316BC) is known color: Purple Heart. HEX triplet: 63, 16 and BC. RGB value is (99,22,188). Sum of RGB (Red+Green+Blue) = 99+22+188=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #6316BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6316BC is #9CE943. Grayscale: #3F3F3F. Windows color (decimal): -10283332 or 12326499. OLE color: 12326499.
HSL color Cylindrical-coordinate representation of color #6316BC: hue angle of 267.83º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6316BC is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 22 | 188 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.26 |
| HSL | 267.83º | 0.79% | 0.41% | - |
| HSV(B) | 267.83º | 0.88% | 0.74% | - |
| XYZ | 14.51 | 6.86 | 48.14 | - |
| YUV | 63.95 | 198.01 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 22 | 188 | 0.47 | 0.88 | 0 | 0.26 | 267.83 | 0.79 | 0.41 |
| Hex | 63 | 16 | BC | 2F | 58 | 0 | 1A | 10C | 4F | 29 |
| Octal | 143 | 26 | 274 | 57 | 130 | 0 | 32 | 414 | 117 | 51 |
| Binary | 1100011 | 10110 | 10111100 | 101111 | 1011000 | 0 | 11010 | 100001100 | 1001111 | 101001 |
Color Harmonies of #6316BC
Complementary color
Monochromatic Colors of #6316BC
Black with #6316BC
Text Example
Text Example
White with #6316BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6316BC; }
p { color: rgb(99,22,188); }
H1.HeaderClassName
{
color: #6316BC;
}
.AnyTagClassName
{
color: #6316BC;
}
</style>
background-color css
<style>
a { background-color: #6316BC; }
a { background-color: rgb(99,22,188); }
div.DivClassName
{
background-color: #6316BC;
}
.BgClassName
{
background-color: #6316BC;
}
</style>
border-color css
<style>
span { border-color: #6316BC; }
span { border-color: rgb(99,22,188); }
td.TdClassName
{
border-color: #6316BC;
}
.TagClassName
{
border-color: #6316BC;
}
</style>