Shades of Purple Heart #630BBA
Tints of Purple Heart #630BBA
RGB
CMYK
RGB Variations
Color information
#630BBA (or 0x630BBA) is known color: Purple Heart. HEX triplet: 63, 0B and BA. RGB value is (99,11,186). Sum of RGB (Red+Green+Blue) = 99+11+186=296 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.45% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #630BBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630BBA is #9CF445. Grayscale: #383838. Windows color (decimal): -10286150 or 12192611. OLE color: 12192611.
HSL color Cylindrical-coordinate representation of color #630BBA: hue angle of 270.17º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630BBA is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 11 | 186 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.27 |
| HSL | 270.17º | 0.89% | 0.39% | - |
| HSV(B) | 270.17º | 0.94% | 0.73% | - |
| XYZ | 14.13 | 6.44 | 46.95 | - |
| YUV | 57.26 | 200.65 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 11 | 186 | 0.47 | 0.94 | 0 | 0.27 | 270.17 | 0.89 | 0.39 |
| Hex | 63 | B | BA | 2F | 5E | 0 | 1B | 10E | 59 | 27 |
| Octal | 143 | 13 | 272 | 57 | 136 | 0 | 33 | 416 | 131 | 47 |
| Binary | 1100011 | 1011 | 10111010 | 101111 | 1011110 | 0 | 11011 | 100001110 | 1011001 | 100111 |
Color Harmonies of #630BBA
Complementary color
Monochromatic Colors of #630BBA
Black with #630BBA
Text Example
Text Example
White with #630BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630BBA; }
p { color: rgb(99,11,186); }
H1.HeaderClassName
{
color: #630BBA;
}
.AnyTagClassName
{
color: #630BBA;
}
</style>
background-color css
<style>
a { background-color: #630BBA; }
a { background-color: rgb(99,11,186); }
div.DivClassName
{
background-color: #630BBA;
}
.BgClassName
{
background-color: #630BBA;
}
</style>
border-color css
<style>
span { border-color: #630BBA; }
span { border-color: rgb(99,11,186); }
td.TdClassName
{
border-color: #630BBA;
}
.TagClassName
{
border-color: #630BBA;
}
</style>