Shades of Purple Heart #630ABA
Tints of Purple Heart #630ABA
RGB
CMYK
RGB Variations
Color information
#630ABA (or 0x630ABA) is known color: Purple Heart. HEX triplet: 63, 0A and BA. RGB value is (99,10,186). Sum of RGB (Red+Green+Blue) = 99+10+186=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #630ABA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630ABA is #9CF545. Grayscale: #383838. Windows color (decimal): -10286406 or 12192355. OLE color: 12192355.
HSL color Cylindrical-coordinate representation of color #630ABA: hue angle of 270.34º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630ABA is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 10 | 186 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.27 |
| HSL | 270.34º | 0.9% | 0.38% | - |
| HSV(B) | 270.34º | 0.95% | 0.73% | - |
| XYZ | 14.12 | 6.41 | 46.95 | - |
| YUV | 56.68 | 200.99 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 10 | 186 | 0.47 | 0.95 | 0 | 0.27 | 270.34 | 0.9 | 0.38 |
| Hex | 63 | A | BA | 2F | 5F | 0 | 1B | 10E | 5A | 26 |
| Octal | 143 | 12 | 272 | 57 | 137 | 0 | 33 | 416 | 132 | 46 |
| Binary | 1100011 | 1010 | 10111010 | 101111 | 1011111 | 0 | 11011 | 100001110 | 1011010 | 100110 |
Color Harmonies of #630ABA
Complementary color
Monochromatic Colors of #630ABA
Black with #630ABA
Text Example
Text Example
White with #630ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630ABA; }
p { color: rgb(99,10,186); }
H1.HeaderClassName
{
color: #630ABA;
}
.AnyTagClassName
{
color: #630ABA;
}
</style>
background-color css
<style>
a { background-color: #630ABA; }
a { background-color: rgb(99,10,186); }
div.DivClassName
{
background-color: #630ABA;
}
.BgClassName
{
background-color: #630ABA;
}
</style>
border-color css
<style>
span { border-color: #630ABA; }
span { border-color: rgb(99,10,186); }
td.TdClassName
{
border-color: #630ABA;
}
.TagClassName
{
border-color: #630ABA;
}
</style>