Shades of Purple Heart #6315BB
Tints of Purple Heart #6315BB
RGB
CMYK
RGB Variations
Color information
#6315BB (or 0x6315BB) is known color: Purple Heart. HEX triplet: 63, 15 and BB. RGB value is (99,21,187). Sum of RGB (Red+Green+Blue) = 99+21+187=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #6315BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6315BB is #9CEA44. Grayscale: #3E3E3E. Windows color (decimal): -10283589 or 12260707. OLE color: 12260707.
HSL color Cylindrical-coordinate representation of color #6315BB: hue angle of 268.19º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6315BB is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 21 | 187 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.27 |
| HSL | 268.19º | 0.8% | 0.41% | - |
| HSV(B) | 268.19º | 0.89% | 0.73% | - |
| XYZ | 14.38 | 6.78 | 47.56 | - |
| YUV | 63.25 | 197.84 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 21 | 187 | 0.47 | 0.89 | 0 | 0.27 | 268.19 | 0.8 | 0.41 |
| Hex | 63 | 15 | BB | 2F | 59 | 0 | 1B | 10C | 50 | 29 |
| Octal | 143 | 25 | 273 | 57 | 131 | 0 | 33 | 414 | 120 | 51 |
| Binary | 1100011 | 10101 | 10111011 | 101111 | 1011001 | 0 | 11011 | 100001100 | 1010000 | 101001 |
Color Harmonies of #6315BB
Complementary color
Monochromatic Colors of #6315BB
Black with #6315BB
Text Example
Text Example
White with #6315BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6315BB; }
p { color: rgb(99,21,187); }
H1.HeaderClassName
{
color: #6315BB;
}
.AnyTagClassName
{
color: #6315BB;
}
</style>
background-color css
<style>
a { background-color: #6315BB; }
a { background-color: rgb(99,21,187); }
div.DivClassName
{
background-color: #6315BB;
}
.BgClassName
{
background-color: #6315BB;
}
</style>
border-color css
<style>
span { border-color: #6315BB; }
span { border-color: rgb(99,21,187); }
td.TdClassName
{
border-color: #6315BB;
}
.TagClassName
{
border-color: #6315BB;
}
</style>