Shades of Purple Heart #6318BB
Tints of Purple Heart #6318BB
RGB
CMYK
RGB Variations
Color information
#6318BB (or 0x6318BB) is known color: Purple Heart. HEX triplet: 63, 18 and BB. RGB value is (99,24,187). Sum of RGB (Red+Green+Blue) = 99+24+187=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 187 (73.44% from 255 or 60.32% from 310); Max value from RGB is 187 - color contains mainly: blue. Hex color #6318BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6318BB is #9CE744. Grayscale: #404040. Windows color (decimal): -10282821 or 12261475. OLE color: 12261475.
HSL color Cylindrical-coordinate representation of color #6318BB: hue angle of 267.61º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6318BB is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 24 | 187 | - |
| CMYK | 0.47 | 0.87 | 0 | 0.27 |
| HSL | 267.61º | 0.77% | 0.41% | - |
| HSV(B) | 267.61º | 0.87% | 0.73% | - |
| XYZ | 14.44 | 6.89 | 47.58 | - |
| YUV | 65.01 | 196.85 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 24 | 187 | 0.47 | 0.87 | 0 | 0.27 | 267.61 | 0.77 | 0.41 |
| Hex | 63 | 18 | BB | 2F | 57 | 0 | 1B | 10C | 4D | 29 |
| Octal | 143 | 30 | 273 | 57 | 127 | 0 | 33 | 414 | 115 | 51 |
| Binary | 1100011 | 11000 | 10111011 | 101111 | 1010111 | 0 | 11011 | 100001100 | 1001101 | 101001 |
Color Harmonies of #6318BB
Complementary color
Monochromatic Colors of #6318BB
Black with #6318BB
Text Example
Text Example
White with #6318BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6318BB; }
p { color: rgb(99,24,187); }
H1.HeaderClassName
{
color: #6318BB;
}
.AnyTagClassName
{
color: #6318BB;
}
</style>
background-color css
<style>
a { background-color: #6318BB; }
a { background-color: rgb(99,24,187); }
div.DivClassName
{
background-color: #6318BB;
}
.BgClassName
{
background-color: #6318BB;
}
</style>
border-color css
<style>
span { border-color: #6318BB; }
span { border-color: rgb(99,24,187); }
td.TdClassName
{
border-color: #6318BB;
}
.TagClassName
{
border-color: #6318BB;
}
</style>